generated from gCubeCI/Pipeline-Docker-Template
removed wrong print
This commit is contained in:
parent
89fe9dda2d
commit
f7262e098b
|
@ -323,7 +323,6 @@ def deployJobs(def serviceList){
|
||||||
println("Processing record: "+record)
|
println("Processing record: "+record)
|
||||||
service=record.split(",");
|
service=record.split(",");
|
||||||
stage(service[0]){
|
stage(service[0]){
|
||||||
println "Deploy on going of component: ${service.get(0)}"
|
|
||||||
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
|
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
|
||||||
checkup(service[0], service[ 1 ], service[2]);
|
checkup(service[0], service[ 1 ], service[2]);
|
||||||
deploy(service[0], service[ 1 ], service[2]);
|
deploy(service[0], service[ 1 ], service[2]);
|
||||||
|
|
Loading…
Reference in New Issue