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
Hi everyone,
I have a bamboo stage with many bamboo jobs to test different applications.
The problem is when a job is failed, the whole build stop and failed automatically.
I want that it go to the next job to continue the process because the jobs are independant.
so the failed job will display "failed" but it continue to the next one and finish the stage.
How can I do that please?
Thank you so much,
Faten
If jobs are at same stage then they don't affect each other and executed in parallel.
Thank you Alexey for your response,
I have one job by stage in one plan. but when one job is failed all the plan is failed. it doesn't keep the result of the previous job et go to the next one. all the build will be failed just because the second job for example was failed.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Job failure causes stage failure. Stage failure causes build failure.
If you want parallel job execution, put them under same stage. This stage will fail when one of job failed, but at least you will get result of other jobs execution
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.