generated from gCubeCI/Pipeline-Docker-Template
catch error set to UNSTABLE for system stage
This commit is contained in:
parent
da899baafd
commit
ec4bbb7856
|
@ -78,7 +78,7 @@ pipeline {
|
|||
for (component in components) {
|
||||
stage(component){
|
||||
println "Deploy on going of component: $component"
|
||||
catchError(buildResult: 'FAILURE', stageResult: 'FAILURE') {
|
||||
catchError(buildResult: 'UNSTABLE', stageResult: 'UNSTABLE') {
|
||||
checkup("${component.name}", "${component.version}", "${component.host}");
|
||||
deploy("${component.name}", "${component.version}", "${component.host}");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue