Fix testing

This commit is contained in:
retropikzel 2026-02-12 16:49:46 +02:00
parent ce64aabbf5
commit f3f4605d14
1 changed files with 3 additions and 2 deletions

5
Jenkinsfile vendored
View File

@ -16,7 +16,8 @@ pipeline {
parameters { parameters {
string(name: 'R6RS_SCHEMES', defaultValue: 'capyscheme chezscheme guile ikarus ironscheme loko mosh racket sagittarius 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: '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: '') //string(name: 'LIBRARIES', defaultValue: 'ctrf mouth string url-encoding', description: '')
string(name: 'LIBRARIES', defaultValue: 'string', description: '')
} }
stages { stages {
@ -60,7 +61,7 @@ pipeline {
post { post {
success { success {
publishCtrfResults: "*.json" publishCtrfResults jsonFilePattern: "*.json"
} }
} }
} }