From 666de156ac4a2cdabc9c6554c9f6d67883121940 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Sat, 4 Oct 2025 09:20:50 +0300 Subject: [PATCH] Updating tests --- Jenkinsfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8f3b470..85dd78c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -12,11 +12,14 @@ pipeline { buildDiscarder(logRotator(numToKeepStr: '10', artifactNumToKeepStr: '10')) } + parameters { + string(name: 'SCHEMES', defaultValue: 'chibi chicken gauche kawa racket sagittarius stklos', description: '') + } + stages { stage('Tests x86_64 Debian') { steps { script { - def schemes = sh(script: 'docker run -t retropikzel1/compile-r7rs sh -c "compile-r7rs --list-r7rs-schemes"', returnStdout: true) schemes.split().each { SCHEME -> stage("${SCHEME}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') {