New builds

This commit is contained in:
retropikzel 2026-07-22 18:02:26 +03:00
parent 74f5577dfe
commit caa087729b
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -29,7 +29,7 @@ pipeline {
steps {
script {
env.BUILDS.split().each { build ->
stage('${build}') {
stage("${build}") {
agent {
docker {
image "schemers/chibi:head"