wrong print

This commit is contained in:
Roberto Cirillo 2022-09-30 16:28:54 +02:00
parent 9f1ebdbdd2
commit f3133d34f6
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -122,7 +122,6 @@ pipeline {
if (components.size() > 0) {
def componentSet=components.toSet();
for (component in componentSet) {
println(component.values.0)
stage(component){
println "Deploy on going of component: $component"
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {