small change

This commit is contained in:
Roberto Cirillo 2024-10-30 11:45:39 +01:00
parent 8ae9a74ff0
commit 5bbf75f4fd
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -355,7 +355,7 @@ def deploy(String service, String version, String host, String foo){
""")
println("Deploy statusCode value: "+statusCode);
if (statusCode != 0){
currentBuild.result = 'FAILURE'
//currentBuild.result = 'FAILURE'
sh("""
exit $statusCode;
""")