diff --git a/Jenkinsfile b/Jenkinsfile index 3b7d541..66c4211 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -256,6 +256,6 @@ def parseJobs(job_file) { return jobs["${columns[0]}"] = columns[1] } - } catch() {println "Previous job report not available"} + } catch(Exception e) {println "Previous job report not available"} jobs; } \ No newline at end of file