Hey team,
We have below configuration in Bamboo:
Stage 1:
Task 1 : Build
Task 2 : Maven test suite 1
Task 3 : Maven Test suite 2
With above configuration, when test suite 1 fails, I want test suite 2 to still execute as they are independent of each other. However, what I see happening is that when test suite 1 fails, the whole stage fails and it won't execute test suite 2. Any advice would be much appreciated. Thanks
Hello Team,
Welcome to Atlassian community.
Bamboo tasks runs sequentially, so one task fails it will fail the whole Job.
If you want Test 2 to execute and as you mentioned they are independent of each other, you can move them to different Jobs as Jobs execute in parallel. Refer https://confluence.atlassian.com/bamboo/jobs-and-tasks-289277035.html for more details.
Regards,
Shashank Kumar
**please don't forget to Accept the answer if your query was answered**
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.