Below you will find pages that utilize the taxonomy term “Jenkins”
August 16, 2012
Mark a job unstable in Jenkins from a shell script
Here’s the workaround I cam up with
Configure JUnit reports to read status.xml and output something like this:
echo '<testsuite><testcase classname="yourJob" name="yourError"><failure> a description of the error </failure></testcase></testsuite>'>status.xml Simple as that!
read more