generated from gCubeCI/Pipeline-Docker-Template
testing failure case
This commit is contained in:
parent
3048d0aa85
commit
33a2432636
|
@ -76,7 +76,7 @@ pipeline {
|
|||
println "Deploy on going of component: $component"
|
||||
}
|
||||
}
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
sh "exit 1"
|
||||
}
|
||||
sh '''
|
||||
|
|
Loading…
Reference in New Issue