add print

This commit is contained in:
Roberto Cirillo 2022-09-30 15:41:49 +02:00
parent c32ef76a54
commit 7b0d9123c2
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -107,6 +107,7 @@ pipeline {
println "Going to check the deploy file in ${DEPLOY_FILE_ROOT_FOLDER}"
//def components =getComponentsFromCSVDir("${WORKSPACE}/CD")
def components = readCSV file: 'CD/deploy.csv'
println(components)
if (components.size() > 0) {
def componentSet=components.toSet();
for (component in componentSet) {