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.
My build contains some 10 stages and each stage takes like 10 minutes on average (its our Acceptance Suite), so when the build fails i want to re-build only unsuccessful stages, not all successful stages because we have to wait long time for other successful stages.
and we are using BambooSpecs, configuration as Code
Bamboo supports manually Rerunning a failed stage as follows:
If a stage has failed in your build, you can choose to rerun the stage (with exactly the same data) instead of the entire plan.
To rerun a stage:
- Navigate to the failed build result, as described on Viewing a build result.
- Choose Run > Rerun all failed Jobs to run the stage again.
Note that:
- Only failing jobs will be re-run.
- Subsequent stages will be executed automatically, unless they are manual stages.
- You might want to add a comment to the build result to record the reason for failure. The existing build result will be overwritten (Bamboo will not create a new build) and the previous failure reason will not be retained.
- For plans based on a Subversion repository, you can only rerun the failed job or the whole plan.
Screenshot: Rerunning a failed stage
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.