New builds

This commit is contained in:
retropikzel 2026-07-22 18:03:09 +03:00
parent caa087729b
commit 70a022e318
1 changed files with 20 additions and 18 deletions

2
Jenkinsfile vendored
View File

@ -26,6 +26,7 @@ pipeline {
} }
stages { stages {
stage('Builds') {
steps { steps {
script { script {
env.BUILDS.split().each { build -> env.BUILDS.split().each { build ->
@ -52,6 +53,7 @@ pipeline {
} }
} }
} }
}
post { post {
success { success {