: "Jenkins Users"
Sent: Thursday, August 25, 2016 5:13:06 PM
Subject: Try/Catch around Failing Plugin
Hi,
I'm trying to work around this bug where XUnit XMLs parsing crashes on Windows
10 nodes (https://issues.jenkins-ci.org/browse/JENKINS-34106)
I thought perhaps Pipeline ste
Hi,
I'm trying to work around this bug where XUnit XMLs parsing crashes on
Windows 10 nodes (https://issues.jenkins-ci.org/browse/JENKINS-34106)
I thought perhaps Pipeline steps might be the way to go and wrote this:
for (x = 0; x < 5; x++) {
try {
step([$class: 'XUnitPublisher', te