From 96c3e001871e45f1b63c905f030c776a1ba2649e Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 26 Apr 2022 16:55:26 +0200 Subject: [PATCH] fixing parsing function --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'))