Improving tests

This commit is contained in:
retropikzel 2025-12-06 12:39:02 +02:00
parent 9e6c6ba53d
commit 2bc679b7c3
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -49,7 +49,7 @@ pipeline {
script { script {
params.LIBRARIES.split().each { LIBRARY -> params.LIBRARIES.split().each { LIBRARY ->
stage("${LIBRARY}") { stage("${LIBRARY}") {
params.R7RS_SCHEMES.split().collectEntries() { SCHEME -> parallel params.R7RS_SCHEMES.split().collectEntries() { SCHEME ->
[(SCHEME): { [(SCHEME): {
def IMG="${SCHEME}:head" def IMG="${SCHEME}:head"
if("${SCHEME}" == "chicken") { if("${SCHEME}" == "chicken") {