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.
We fail to find build results from older builds after we manipulate the plan confuration.
We have a buid plan with three stage, let's call them:
Now we decide to Build and Test in one step, so we change the plan to:
Observed Behaviour
All the result and logs from the previosuly existing stage "Checkout Build" are not accessible anymore. The stage still appears on the result view of previous builds, but no jobs of them are displayed.
Expected behaviour
All results and logs of the build jobs are always accessible, independently from the previous and current configurations.
Question
How can we preserve all build results and all the log files which are produced during the build process, even if the plan configuration has changed?
You need to upgrade to Bamboo 6.10.
Thanx for the hint. The update did it.
Just out of curiosity: Was that recognized as a bug or a missing feature?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Does it matter? ;)
This is something we realized is necessary to support plan branches better (see: https://jira.atlassian.com/browse/BAM-14215 for instance) and it was simpler and made a lot of sense to implement it for all cases where plan configuration stored in DB doesn't match the results.
So, you can say, it started as a (seemingly unrelated) bug and the we realized the best way to fix the bug is to add a missing feature as well.
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.