processing deploy files: convert list to set

This commit is contained in:
Roberto Cirillo 2022-08-04 16:18:28 +02:00
parent 879193b653
commit f0383b7fa6
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -100,6 +100,7 @@ pipeline {
println "Going to check the deploy file in ${DEPLOY_ROOT_FOLDER}"
def components =getComponentsFromCSVDir("${DEPLOY_FILE_ROOT_FOLDER}")
if (components.size() > 0) {
components.components.toSet();
for (component in components) {
stage(component){
println "Deploy on going of component: $component"