Improving tests
This commit is contained in:
parent
84e678ea6f
commit
9e6c6ba53d
|
|
@ -49,7 +49,7 @@ pipeline {
|
||||||
script {
|
script {
|
||||||
params.LIBRARIES.split().each { LIBRARY ->
|
params.LIBRARIES.split().each { LIBRARY ->
|
||||||
stage("${LIBRARY}") {
|
stage("${LIBRARY}") {
|
||||||
params.R7RS_SCHEMES.collectEntries() { SCHEME ->
|
params.R7RS_SCHEMES.split().collectEntries() { SCHEME ->
|
||||||
[(SCHEME): {
|
[(SCHEME): {
|
||||||
def IMG="${SCHEME}:head"
|
def IMG="${SCHEME}:head"
|
||||||
if("${SCHEME}" == "chicken") {
|
if("${SCHEME}" == "chicken") {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue