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