From 7f129d5092cc645e01c79dd6d1778adc3c8fd723 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 5 Jun 2025 21:10:38 +0300 Subject: [PATCH] Testing dynamic Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 664de41..0385c18 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -20,7 +20,7 @@ pipeline { implementations.each { implementation -> stage("Test ${implementation} primitives") { catchError(buildResult: 'SUCCESS', stageResult: 'FAILURE') { - sh 'make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives' + sh "make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives" } } }