remove hardcoded dry-run

This commit is contained in:
Roberto Cirillo 2024-11-11 11:16:06 +01:00
parent 6a162840a4
commit 545ec46752
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -448,7 +448,7 @@ def deployReleaseJob(String service, String version, String smartgears){
sh(""" sh("""
git pull; git pull;
""") """)
def statusCode = sh( script: "./deployPreprodService.sh $service $version $smartgears dryrun ;", returnStatus: true); def statusCode = sh( script: "./deployPreprodService.sh $service $version $smartgears ;", returnStatus: true);
sh(""" sh("""
echo " last exit code \$?"; echo " last exit code \$?";
""") """)