diff --git a/Jenkinsfile b/Jenkinsfile index b10c029..e2567ac 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,7 +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 = 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") {