Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 21:59:32 +03:00
parent f5c7df111f
commit bf766ee05f
1 changed files with 1 additions and 0 deletions

1
Jenkinsfile vendored
View File

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