diff --git a/Jenkinsfile b/Jenkinsfile index c9bd126..7963d5e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -144,7 +144,7 @@ def parseDeployComponent(def deployList) { content = readFile("${previous_report_file}") println "JOB REPORT CONTENT: ${content}" def components = [] - content.splitEachLine(',') { columns -> + content.splitEachLine(/,/) { columns -> if (columns[0].startsWith('#') || columns[0].startsWith('Component')) return components.add([