generated from gCubeCI/Pipeline-Docker-Template
processing deploy files: convert list to set
This commit is contained in:
parent
879193b653
commit
f0383b7fa6
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue