From 8aa2469ea831e70ab9edec24881ce01482369616 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 10 Jul 2025 07:29:45 +0300 Subject: [PATCH] Fixing Jenkins tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 3b8456f..07c7e2c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { steps { script { //def implementations = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split() - def implementations = "chibi".split() + def implementations = "chibi chicken".split() implementations.each { implementation-> stage("${implementation} install") {