Improving tests

This commit is contained in:
retropikzel 2025-12-06 12:20:06 +02:00
parent 6e5d60f5eb
commit 30529da19e
1 changed files with 12 additions and 12 deletions

4
Jenkinsfile vendored
View File

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