Remaking the Jenkinsfile
This commit is contained in:
parent
2cff3c804e
commit
2e637d56ee
|
|
@ -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'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue