generated from gCubeCI/Pipeline-Docker-Template
removed failed exit code
This commit is contained in:
parent
1d6274925a
commit
19e221e7d2
|
@ -77,7 +77,7 @@ pipeline {
|
|||
}
|
||||
}
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
sh "exit 1"
|
||||
sh "exit 0"
|
||||
}
|
||||
sh '''
|
||||
echo "cleanup $DEPLOY_FILE";
|
||||
|
|
Loading…
Reference in New Issue