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.
Hello!
I have a bamboo build with 2 stages: 1st Stage and 2nd Stage. How can I run manually 2nd Stage in case of 1st Stage failed?
Atlassian Bamboo version 7.1.4 build 70122 - 03 Nov 20
Hello,
In case you have two independent process which should be executed regardless of status of another one, then put your tasks into different Jobs inside one Stage
In case you need to run tasks sequentially then put them to Stages, then Stage 2 will be executed after success of Stage 1
It's possible to mark Stage as Final, then Bamboo will trigger it regardless of status of previous stages. It's useful if you want to cleanup resources generated or taken by previous Stages
Thanks for different ways!
>In case you need to run tasks sequentially then put them to Stages, then Stage 2 will be executed after success of Stage 1
Does it mean that the only way to run Stage 2 sequentially it's successful Stage 1?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Yes if Stage 2 is regular stage.
If it's Final stage, then it will be executed after success or failure of Stage 1
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.