From 578d0d1e84b57cd2dec7d48bafa40a964af15301 Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Fri, 16 Sep 2022 16:43:39 +0200 Subject: [PATCH] small test --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 59ec6e0..4944de0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -103,7 +103,7 @@ pipeline { // parse the report and extract the data // def components = getComponentsFromCSV(deployList) println "Going to check the deploy file in ${DEPLOY_FILE_ROOT_FOLDER}" - def components =getComponentsFromCSVDir2("./CD") + def components =getComponentsFromCSVDir3(${DEPLOY_FILE_ROOT_FOLDER}) if (components.size() > 0) { def componentSet=components.toSet(); for (component in componentSet) { @@ -365,7 +365,8 @@ def getComponentsFromCSVDir2(def dirPath){ @NonCPS def getComponentsFromCSVDir3(def dirPath){ println "checking current folder" - // dh = new File('.') + dh = new File('.') + println "current folder path: "+dh.path // dh.eachFileRecurse { // println it // }