You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi,
I would like to ask for some suggestions in the next case. Thanks!
I have to implement this automatic CI/CD pipline in Bamboo:
-build+unit tests
-deploy to Dev
-run e2e tests on Dev
-if successful, deploy to QA
-run e2e tests on QA
-if successful, deploy to Staging.
I have created:
-1 build plan for "build+unit tests"
-1 deployment project with 3 environments
-3 separate build plans for e2e tests, each of them has a successful deployment to Dev, QA, Staging as a trigger
So far so good.
But, I cannot figure out how to create a trigger on QA environment to start deployment only if my plan with e2e tests are green on Dev.
I have found 4 available triggers on environment level, but none of them allow to use a different plan (in my case a plan with e2e tests) as a trigger.
Did I misunderstand a concept of project/plans/environments/ triggers? Do you have ay idea how to solve this?
Thanks!
Out of the 4 triggers, there is "after successful build plan" trigger. But the trigger doesnt give you the option to choose a different plan, it takes the source plan by default.
Just a thought. You can create another deployment project "B" with QA env only. Then add your trigger to "B" to start after successful build.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.