hotfix on smartgears distribution upgrade on release build

This commit is contained in:
Roberto Cirillo 2023-05-17 10:10:54 +02:00
parent 6a8a52bbd3
commit 942176c290
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -357,7 +357,7 @@ def deployReleaseJobs(def serviceList, String smartgears){
if (smartgears)
deployRelease(service[0], service[ 1 ], smartgears);
else
deployRelease(service[0], service[ 1 ], null);
deployRelease(service[0], service[ 1 ], '');
}
}
}