fix sintax

This commit is contained in:
Roberto Cirillo 2022-05-09 15:42:54 +02:00
parent 97ff85b943
commit 5ced6872da
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -224,7 +224,7 @@ def deploy(String service, String version, String host){
def checkup(String service, String version, String host){
sh("""
exit 0;
)
""")
}
def cleanup(def DEPLOY_FILE, def BACKUP_FILE){