removed wrong print

This commit is contained in:
Roberto Cirillo 2022-10-06 14:49:31 +02:00
parent 89fe9dda2d
commit f7262e098b
1 changed files with 0 additions and 1 deletions

1
Jenkinsfile vendored
View File

@ -323,7 +323,6 @@ def deployJobs(def serviceList){
println("Processing record: "+record)
service=record.split(",");
stage(service[0]){
println "Deploy on going of component: ${service.get(0)}"
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
checkup(service[0], service[ 1 ], service[2]);
deploy(service[0], service[ 1 ], service[2]);