From 6251188400a77da01072ca3f2535ffdb477144ba Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 29 Oct 2025 18:50:09 +0200 Subject: [PATCH] Fixing tests --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ee193e2..18680a8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -21,7 +21,7 @@ pipeline { stage('Tests') { steps { script { - def implementations = sh(script: 'chibi chicken foment gauche guile kawa mosh racket sagittarius stklos ypsilon', returnStdout: true).split() + def implementations = 'chibi chicken foment gauche guile kawa mosh racket sagittarius stklos ypsilon'.split() params.LIBRARIES.split().each { LIBRARY -> stage("${LIBRARY}") {