Fixing tests
This commit is contained in:
parent
38f62e1969
commit
6251188400
|
|
@ -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}") {
|
||||
|
|
|
|||
Loading…
Reference in New Issue