From c513c8ff3bde819952d33908018a67e6217dca7d Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 10 Jul 2025 07:15:17 +0300 Subject: [PATCH] Fixing Jenkins tests --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index cc5244e..e2567ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,8 +12,8 @@ pipeline { stage('Tests') { 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 = sh(script: 'docker run retropikzel1/compile-r7rs:chibi sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true).split() + def implementations = "chibi".split() implementations.each { implementation-> stage("${implementation} install") {