Bamboo doesn't have anything out of the box..
I have ended up building a plugin that created 2 new Tasks..
- Ping Task (enter a URL), and it would ping the site every 30 seconds up to a 15 minutes looking for a REGEX.. if it found it, then it succeeds and completes that, task, if after the timeout period it hasn't found it, then it fails the task which fails the deployment as failed.. Our developers basically add a version file to there apps, so they can query( from a URL) that file and know when the updated version of the app has made to the environment and is active.
- Trigger Build Plan - Gives a list of Build Plans that you can select from and trigger. Behind the scenes it uses the REST API to trigger the build, and also passes a result= parameter to show where the Deployment Job succeeded, or failed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.