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.
Old thread but the issue is exactly the same, so responding to this thread instead of creating a new one. My question is exactly the same as original poster but I don't see the behavior you mentioned in the response above that jobs/tasks are independent.
I have 3 tasks configured in one stage: build, test suite 1 and test suite 2. When test suite 1 fails, I want test suite 2 to still execute. However, what I see happening is that when test suite 1 fails, the whole stage fails and it wont exectute test suite 2. How do I make it work?
Thanks,
UA
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.