add new print

This commit is contained in:
Roberto Cirillo 2023-05-09 10:20:49 +02:00
parent 6974b8ee91
commit e70250bfdd
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

@ -353,6 +353,7 @@ def deployJobs(def serviceList){
}
//Deploy only release components. All the component are passed as: componentName,componentVersion
def deployReleaseJobs(def serviceList, String smartgears){
println("Going to deploy release components");
for (def record : serviceList) {
service=record.split(",");
stage(service[0]){