generated from gCubeCI/Pipeline-Docker-Template
add print
This commit is contained in:
parent
8b5d8e9794
commit
9f8f11018d
|
@ -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') {
|
||||
|
|
Loading…
Reference in New Issue