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 {
stage('Builds') {
steps {
script {
env.BUILDS.split().each { build ->
@ -52,6 +53,7 @@ pipeline {
}
}
}
}
post {
success {