New builds
This commit is contained in:
parent
e27df2fa97
commit
7539e2331a
|
|
@ -33,7 +33,7 @@ pipeline {
|
||||||
image "${build.image}"
|
image "${build.image}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
config.stages.each { stage ->
|
build.stages.each { stage ->
|
||||||
stage("${stage.name}") {
|
stage("${stage.name}") {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
sh "${stage.cmd}"
|
sh "${stage.cmd}"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue