Fix testing
This commit is contained in:
parent
5fd55c5389
commit
2d9a62209d
|
|
@ -14,8 +14,8 @@ pipeline {
|
|||
}
|
||||
|
||||
parameters {
|
||||
string(name: 'R6RS_SCHEME', defaultValue: 'capyscheme chezscheme guile ikarus ironscheme loko mosh racket sagittarius ypsilon', description: '')
|
||||
string(name: 'R7RS_SCHEME', defaultValue: 'capyscheme chibi chicken cyclone foment gauche gambit guile kawa larceny loko meevax mit-scheme mosh racket sagittarius skint stklos tr7 ypsilon', description: '')
|
||||
string(name: 'R6RS_SCHEMES', defaultValue: 'capyscheme chezscheme guile ikarus ironscheme loko mosh racket sagittarius ypsilon', description: '')
|
||||
string(name: 'R7RS_SCHEMES', defaultValue: 'capyscheme chibi chicken cyclone foment gauche gambit guile kawa larceny loko meevax mit-scheme mosh racket sagittarius skint stklos tr7 ypsilon', description: '')
|
||||
string(name: 'LIBRARIES', defaultValue: 'ctrf mouth string url-encoding', description: '')
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue