fix parsing function

This commit is contained in:
Roberto Cirillo 2022-04-26 16:16:25 +02:00
parent 99fcbcead2
commit 05a40c0546
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -164,7 +164,7 @@ def parseDeployComponentNex(def deployList) {
@NonCPS
def parseDeployComponent(def deployList) {
def components = []
"${text}".splitEachLine(',') { columns ->
"${deployList}".splitEachLine(',') { columns ->
if (columns[0].startsWith('#') || columns[0].startsWith('GroupID'))
return
components.add([