Testing dynamic Jenkinsfile
This commit is contained in:
parent
381368b63b
commit
a020b0ed8f
|
|
@ -25,7 +25,7 @@ pipeline {
|
|||
tests.each { test ->
|
||||
stage("${STAGE_NAME} ${test}") {
|
||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||
sh "make test-compile-r7rs COMPILE_R7RS=${ṢTAGE_NAME} TESTNAME=${test}"
|
||||
sh "make test-compile-r7rs COMPILE_R7RS=${env.IMPLEMENTATION} TESTNAME=${test}"
|
||||
sh "cat tmp/test/primitives"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue