Hi, I have a multi-module project which is set up with a post-build step. I have selected "Run only if build succeeds". However, the post-build step is still getting triggered for unstable builds. This is with Jenkins 1.450.
I added -Dmaven.test.failure.ignore=false -Dmaven.test.haltafterfailure=true to the build settings, and saw that the submodule with the failing test generated a "Build Failure" message, but the post-build steps still executed even in this case. Any idea where I should look to see how to fix this? James