diff --git a/Jenkinsfile b/Jenkinsfile index 467dc05..3ef3883 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -144,7 +144,7 @@ def parseDeployComponent(def deployList) { println "Going to parsing file ${deployList}" def components = [] new File("${deployList}").splitEachLine(',') { columns -> - if (columns[0].startsWith('#') || columns[0].startsWith('Component')) + if (columns[0].startsWith('#') || columns[0].startsWith('Component')) return components.add([ name : columns[0],