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