From d2ea871a1572abaa9190a79ad2ccc4493727fc5b Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 5 Jun 2025 21:06:20 +0300 Subject: [PATCH] Testing dynamic Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 8e9f4e0..664de41 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=chibi TESTNAME=primitives' + sh 'make test-compile-r7rs-docker COMPILE_R7RS=${implementation} TESTNAME=primitives' } } }