Testing dynamic Jenkinsfile
This commit is contained in:
parent
bc3066218b
commit
fb48f87cc6
|
|
@ -22,7 +22,7 @@ pipeline {
|
||||||
tests.each { test ->
|
tests.each { test ->
|
||||||
stage("${STAGE_NAME} ${test}") {
|
stage("${STAGE_NAME} ${test}") {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
echo "hello"
|
sh "make test-compile-r7rs COMPILE_R7RS=${ṢTAGE_NAME} TESTNAME=${test}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue