From 8c838e90a81d3676473a2173c67a26beaf3586f6 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 18:12:40 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 7e72ef3..835c931 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { snow-chibi install retropikzel.compile-r7rs make SCHEME=chibi LIBRARY=tap all install test '''.split("\n").each { cmd -> - stage("${cmd}") { + stage("wip") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { sh "${cmd}" }