What's the output of your tests? If they're generating either junit output
or another format that can be read by
https://wiki.jenkins.io/display/JENKINS/xUnit+Plugin, and you're using
junit or xunit to add those test results to your build, any test failure
will result in the build being set to unst
Hello,
I'm still quite new to Jenkins, so please forgive my ignorance and these
stupid questions:
I have a *declarative pipeline* for which I want to add a new test stage.
This test result is interesting, but not overly important.
Question 1: Would this be a use case for an *unstable *build r