generated from gCubeCI/Pipeline-Docker-Template
fix parsing function
This commit is contained in:
parent
99fcbcead2
commit
05a40c0546
|
@ -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([
|
||||
|
|
Loading…
Reference in New Issue