diff --git a/Jenkinsfile b/Jenkinsfile index d45bf4b..e2c53f3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -148,8 +148,8 @@ pipeline { def parseDeployComponent(def deployList) { def components = [] "${deployList}".splitEachLine(',') { columns -> -// if (columns[0].startsWith('#') || columns[0].startsWith('Component')) -// return + if (columns[0].startsWith('#') || columns[0].startsWith('Component')) + return components.add([ name : columns[1], version : columns[2],