Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 22:39:02 +03:00
parent af8d1d8d03
commit 189920f2ed
1 changed files with 2 additions and 2 deletions

4
Jenkinsfile vendored
View File

@ -19,8 +19,8 @@ pipeline {
steps {
script {
implementations.each { implementation ->
stage("Testing to ${implementation}") {
echo "Testing"
stage("${implementation} primitives") {
echo "make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives"
}
}
}