Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 22:00:23 +03:00
parent bf766ee05f
commit cbe71342d0
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -15,7 +15,7 @@ pipeline {
stages { stages {
stage('Chibi') { stage('Chibi') {
agent { dockerfile { filename 'Dockerfile.test'; args '--user=root' additionalBuildArgs '--build-arg COMPILE_R7RS=chibi' } } agent { dockerfile { filename 'Dockerfile.test'; args '--user=root' additionalBuildArgs "--build-arg COMPILE_R7RS=${STAGE_NAME}" } }
steps { steps {
script { script {
tests.each { test -> tests.each { test ->