Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi, We have a selenium test project that performs a regression test in a particular environment like QA or Staging. We would like to trigger this test after all the deploys to the environment have completed. Each environment has up to 25 deploys that update that environment so we want to make sure all of these have completed before triggering the testing.
Any ideas how this could be done in Bamboo? Would it involve using the rest api to check for complete of every single deploy?
Thanks
Lance
Look at this app - https://marketplace.atlassian.com/apps/1216136/after-deployment-trigger-for-bamboo?hosting=server&tab=overview
It allows to run plan when deployment complete, maybe it will solve your scenario
Thanks. After finally upgrading bamboo we where able to look at his plugin.
It looks like the trigger has to be defined as a deployment type in bamboo.
we actually use a build since it can run a deployment nant set of tasks for deploying our web sites. This tool doesnt seem to find those deployments that where setup as build task.
We have an environment deploy scenario that is basically a set of build projects that deploy a number of different web sites, services, windows services, db updates, etc.
I would like to trigger a test run after all of these have completed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.