From 9dcb9773caa0f00dbc56568fb2df9d8e44a5d647 Mon Sep 17 00:00:00 2001 From: "roberto.cirillo" Date: Fri, 16 Sep 2022 15:45:32 +0200 Subject: [PATCH] small change --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 788b4e9..6f88823 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -101,7 +101,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("${DEPLOY_FILE_ROOT_FOLDER}") + def components =getComponentsFromCSVDir2("CD") if (components.size() > 0) { def componentSet=components.toSet(); for (component in componentSet) {