diff --git a/Jenkinsfile b/Jenkinsfile index 55a3260..a9c5496 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -15,7 +15,7 @@ pipeline { parameters { string(name: 'R7RS_SCHEMES', defaultValue: 'chibi chicken gauche guile kawa mosh racket sagittarius stklos ypsilon', description: '') string(name: 'R6RS_SCHEMES', defaultValue: 'chezscheme guile ikarus ironscheme mosh racket sagittarius ypsilon', description: '') - string(name: 'LIBRARIES', defaultValue: 'system', description: '') + string(name: 'LIBRARIES', defaultValue: 'system shell', description: '') } stages {