Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 23:11:22 +03:00
parent 381368b63b
commit a020b0ed8f
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -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"
}
}