Hello,
I've recently put some tests on Jenkins to run after a project builds. The odd thing is that even if 1 test fails the build simply continues to move on to the next test regardless of the results of the previous.
Is there a way for the build to immediately stop if any failure is detected? So that any issues can be dealt with at a quicker pace.
I've recently put some tests on Jenkins to run after a project builds. The odd thing is that even if 1 test fails the build simply continues to move on to the next test regardless of the results of the previous.
Is there a way for the build to immediately stop if any failure is detected? So that any issues can be dealt with at a quicker pace.