add print

This commit is contained in:
Roberto Cirillo 2022-09-30 15:52:52 +02:00
parent 8b5d8e9794
commit 9f8f11018d
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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