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