Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 21:06:20 +03:00
parent 347afc46e6
commit d2ea871a15
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -20,7 +20,7 @@ pipeline {
implementations.each { implementation ->
stage("Test ${implementation} primitives") {
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
sh 'make test-compile-r7rs-docker COMPILE_R7RS=chibi TESTNAME=primitives'
sh 'make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives'
}
}
}