small change

This commit is contained in:
Roberto Cirillo 2022-09-16 15:45:32 +02:00
parent b049457401
commit 9dcb9773ca
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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) {