diff --git a/Jenkinsfile b/Jenkinsfile index 9a8301b..f11f694 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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'))