From f3f4605d14360c0d02ac91384e0dc97889fc6f04 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 12 Feb 2026 16:49:46 +0200 Subject: [PATCH] Fix testing --- Jenkinsfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8a5f39e..7b3a674 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -16,7 +16,8 @@ pipeline { parameters { 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: '') + //string(name: 'LIBRARIES', defaultValue: 'ctrf mouth string url-encoding', description: '') + string(name: 'LIBRARIES', defaultValue: 'string', description: '') } stages { @@ -60,7 +61,7 @@ pipeline { post { success { - publishCtrfResults: "*.json" + publishCtrfResults jsonFilePattern: "*.json" } } }