Deploy a Sandbox from Jenkins
Log in to the Jenkins server that you just deployed (use the default “admin” password if you did not change it in the sandbox parameter)

The default pipeline loaded with this Jenkins instance will automatically run the following steps:
- Retrieve the latest code of the promotions-manager app from GitHub.
- Build the artifact package (latest build).
- Upload the artifact to the S3 repository.
- Deploy the promotion application to AWS in a Colony Sandbox.
- Run tests.
- Terminate the promotion application.