From cf35cd8459abc9415da0ab2afb843bb224a91316 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Tue, 26 Apr 2022 15:57:33 +0200 Subject: [PATCH] fix parsing function --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e32a2d1..5648cee 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -149,8 +149,8 @@ def parseDeployComponent(def deployList) { println "Going to parsing file ${deployList}" def components = [] "${deployList}".splitEachLine(',') { columns -> - if (columns[0].startsWith('#') || columns[0].startsWith('Component')) - return +// if (columns[0].startsWith('#') || columns[0].startsWith('Component')) +// return components.add([ name : columns[1], version : columns[2],