That is exactly what I was looking for. Thanks! currentBuild.result = 'UNSTABLE'
W dniu czwartek, 19 marca 2015 16:25:35 UTC+1 użytkownik Jesse Glick napisał: > > On Monday, March 2, 2015 at 12:04:20 PM UTC-5, Baptiste Mathus wrote: >> >> If some plugin, say the junit one, doesn't support this >> > I do not think it does. You can configure how test failures affect build > health, but if there is ≥1 failure then the build becomes UNSTABLE. > > https://issues.jenkins-ci.org/browse/JENKINS-26276 would give you more > options. It needs some more design work. > > Also as of WF 1.4 if you can somehow inspect the test results without > actually using the JUnit plugin to report them, you can decide whether or > not to > > currentBuild.result = 'UNSTABLE' > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-users/5f1cf88c-4b9a-4a3e-8a82-69254c062771%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
