From 7f717fe74facf0a13f58cbc9ee1a9e8ef3704d1f Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sun, 20 Jul 2025 19:24:45 +0300 Subject: [PATCH] Update readme --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 91cafc2..99ec264 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,7 +22,7 @@ pipeline { def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split() //def implementations = "chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon".split() - parallel implementations.collectEntries { implementation-> + parallel implementations.collectEntries { implementation -> [(implementation): { stage("${implementation} snow-chibi install") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {