diff --git a/Jenkinsfile b/Jenkinsfile index f33fd79..628a062 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -33,7 +33,7 @@ pipeline { image "${build.image}" } } - config.stages.each { stage -> + build.stages.each { stage -> stage("${stage.name}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { sh "${stage.cmd}"