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 {
script {
params.LIBRARIES.split().each { LIBRARY ->
stage("${LIBRARY}") {
params.R7RS_SCHEMES.collectEntries().each { SCHEME ->
stage(name: "${LIBRARY}", concurrency: 1) {
parallel params.R7RS_SCHEMES.collectEntries().each { SCHEME ->
[(SCHEME): {
def IMG="${SCHEME}:head"
if("${SCHEME}" == "chicken") {