New builds

This commit is contained in:
retropikzel 2026-07-22 16:44:06 +03:00
parent e27df2fa97
commit 7539e2331a
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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}"