From 05a40c05465c322ff27d23c8b4d9be1f3e9f000d Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 26 Apr 2022 16:16:25 +0200 Subject: [PATCH] fix parsing function --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index d841817..0a80d2e 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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([