Remaking the Jenkinsfile

This commit is contained in:
retropikzel 2025-05-15 21:09:33 +03:00
parent 64e8c70b85
commit 2cff3c804e
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -11,7 +11,7 @@ pipeline {
agent {
dockerfile {
filename 'dockerfiles/test'
additionalbuildArgs '--build-arg COMPILE_R7RS=chibi'
additionalBuildArgs '--build-arg COMPILE_R7RS=chibi'
}
}
environment {