Testing dynamic Jenkinsfile
This commit is contained in:
parent
d2ea871a15
commit
7f129d5092
|
|
@ -20,7 +20,7 @@ pipeline {
|
||||||
implementations.each { implementation ->
|
implementations.each { implementation ->
|
||||||
stage("Test ${implementation} primitives") {
|
stage("Test ${implementation} primitives") {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
sh '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