Bring things to new compile-r7rs
This commit is contained in:
parent
608644a515
commit
f7abd25c5c
|
|
@ -17,7 +17,7 @@ pipeline {
|
||||||
|
|
||||||
parallel implementations.collectEntries { implementation->
|
parallel implementations.collectEntries { implementation->
|
||||||
[(implementation): {
|
[(implementation): {
|
||||||
stage("${implementation} install") {
|
stage("${implementation} snow-chibi install") {
|
||||||
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {
|
||||||
if("${implementation}" == "chicken") {
|
if("${implementation}" == "chicken") {
|
||||||
DOCKERIMG="chicken:5"
|
DOCKERIMG="chicken:5"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue