Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 23:02:51 +03:00
parent bc3066218b
commit fb48f87cc6
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -22,7 +22,7 @@ pipeline {
tests.each { test ->
stage("${STAGE_NAME} ${test}") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
echo "hello"
sh "make test-compile-r7rs COMPILE_R7RS=${ṢTAGE_NAME} TESTNAME=${test}"
}
}
}