generated from gCubeCI/Pipeline-Docker-Template
fixing parsing function
This commit is contained in:
parent
b7d8d91403
commit
96c3e00187
|
@ -144,7 +144,7 @@ pipeline {
|
|||
|
||||
//a non CPS method is necessary for the usage of splitEachLine()
|
||||
@NonCPS
|
||||
def parseBuildCommits(def text) {
|
||||
def parseDeployComponent(def text) {
|
||||
def components = []
|
||||
"${text}".splitEachLine(',') { columns ->
|
||||
if (columns[0].startsWith('#') || columns[0].startsWith('GroupID'))
|
||||
|
|
Loading…
Reference in New Issue