Testing dynamic Jenkinsfile
This commit is contained in:
parent
189920f2ed
commit
d06046b16c
|
|
@ -20,7 +20,7 @@ pipeline {
|
||||||
script {
|
script {
|
||||||
implementations.each { implementation ->
|
implementations.each { implementation ->
|
||||||
stage("${implementation} primitives") {
|
stage("${implementation} primitives") {
|
||||||
echo "make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives"
|
sh "make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue