Hi guys!
I have a plan with job, the job has two maven tasks. First task may failed or not, second final task performs failed tests from first task. If second task is passed - job should be green.
Could you please tell how can I do that?
Thanks!
Hi Eugene:
Simple: The first maven task should have
-Dmaven.test.failure.ignore=true
Remember to unclick tests parser in Bamboo
Check maven documentation http://maven.apache.org/surefire/maven-surefire-plugin/test-mojo.html
Hi Mariela, thanks a lot!
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.