From 7539e2331a18bb73f70335b3ac465aec5258b6ac Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 16:44:06 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}"