New builds

This commit is contained in:
retropikzel 2026-07-22 17:09:02 +03:00
parent 0b6de16fb4
commit 78a820373e
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -25,11 +25,11 @@ pipeline {
stage('Build') { stage('Build') {
steps { steps {
script { script {
"chibi".split().each { scheme -> "chibi sagittarius".split().each { scheme ->
stage("${scheme}") { stage("${scheme}") {
agent { agent {
docker { docker {
image "schemers/${scheme}" image "schemers/${scheme}:head"
} }
} }
sh "apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev" sh "apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev"