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}") {