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