generated from gCubeCI/Pipeline-Docker-Template
wrong print
This commit is contained in:
parent
9f1ebdbdd2
commit
f3133d34f6
|
@ -122,7 +122,6 @@ pipeline {
|
||||||
if (components.size() > 0) {
|
if (components.size() > 0) {
|
||||||
def componentSet=components.toSet();
|
def componentSet=components.toSet();
|
||||||
for (component in componentSet) {
|
for (component in componentSet) {
|
||||||
println(component.values.0)
|
|
||||||
stage(component){
|
stage(component){
|
||||||
println "Deploy on going of component: $component"
|
println "Deploy on going of component: $component"
|
||||||
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
|
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
|
||||||
|
|
Loading…
Reference in New Issue