This commit is contained in:
Roberto Cirillo 2022-04-26 15:52:38 +02:00
parent cb39016d67
commit 67744b8dc9
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -146,6 +146,7 @@ pipeline {
//a non CPS method is necessary for the usage of splitEachLine()
@NonCPS
def parseDeployComponent(def deployList) {
println "Going to parsing file ${deployList}"
def components = []
"${deployList}".splitEachLine(',') { columns ->
if (columns[0].startsWith('#') || columns[0].startsWith('Component'))