From 620fba4e56e3997baeed20634bfb61f3e3d75e46 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Wed, 22 Jul 2026 18:12:07 +0300 Subject: [PATCH] New builds --- Jenkinsfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index e0fc93d..7e72ef3 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -32,14 +32,14 @@ pipeline { } steps { script { - ยดยดยด + ''' apt-get update && apt-get install -y git ca-certificates gcc make libffi-dev git clone https://github.com/ashinn/chibi-scheme.git --depth=1 make -j8 -C chibi-scheme make -j8 -C chibi-scheme install snow-chibi install retropikzel.compile-r7rs make SCHEME=chibi LIBRARY=tap all install test - ```.split("\n").each { cmd -> + '''.split("\n").each { cmd -> stage("${cmd}") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { sh "${cmd}"