Testing dynamic Jenkinsfile
This commit is contained in:
parent
f5c7df111f
commit
bf766ee05f
|
|
@ -15,6 +15,7 @@ pipeline {
|
||||||
|
|
||||||
stages {
|
stages {
|
||||||
stage('Chibi') {
|
stage('Chibi') {
|
||||||
|
agent { dockerfile { filename 'Dockerfile.test'; args '--user=root' additionalBuildArgs '--build-arg COMPILE_R7RS=chibi' } }
|
||||||
steps {
|
steps {
|
||||||
script {
|
script {
|
||||||
tests.each { test ->
|
tests.each { test ->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue