Remaking the Jenkinsfile

This commit is contained in:
retropikzel 2025-05-15 21:15:47 +03:00
parent cfd6e052fc
commit 3b65f84d0f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

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