I have a Jenkins job which consists of two main build steps. First step runs the tests and the second step reruns failed steps again. First step is set up as "Execute Windows batch command" The batch file contains this code:
@echo offWhat I need is to set up result as stable if second step pass although the first step contains an failed tests. Actually if the first step contains failed steps the whole build is marked as unstable although the second step pass.
Screenshot with settings is in attachment