My pipeline script has
try{ jobToRun = build job: jobName, parameters: jobParameters jobStatus = jobToRun.result print "Job: ${jobName} completed, result was ${jobToRun.result}" } catch (Exception e){ println "DEBUG: error message is: " + e.message }
Which used to work about a month ago. Updated plugins and core, and now "e" == NULL