Remaking the Jenkinsfile

This commit is contained in:
retropikzel 2025-05-15 21:12:08 +03:00
parent 2cff3c804e
commit 2e637d56ee
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -10,7 +10,7 @@ pipeline {
stage('Chibi primitives') { stage('Chibi primitives') {
agent { agent {
dockerfile { dockerfile {
filename 'dockerfiles/test' filename 'Dockerfile.test'
additionalBuildArgs '--build-arg COMPILE_R7RS=chibi' additionalBuildArgs '--build-arg COMPILE_R7RS=chibi'
} }
} }