add print

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

1
Jenkinsfile vendored
View File

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