generated from gCubeCI/Pipeline-Docker-Template
small change
This commit is contained in:
parent
8ae9a74ff0
commit
5bbf75f4fd
|
@ -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;
|
||||
""")
|
||||
|
|
Loading…
Reference in New Issue