From ca7e949302a0dadbfb18ceaae7591c172152ef00 Mon Sep 17 00:00:00 2001 From: retropikzel Date: Thu, 5 Jun 2025 23:21:08 +0300 Subject: [PATCH] Testing dynamic Jenkinsfile --- Jenkinsfile | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 73ceb22..53580a9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,4 +1,15 @@ -def implementations = ['chibi'] +def implementations = [ + 'chibi', + 'chicken', + 'gauche', + 'guile', + 'kawa', + 'mosh', + 'racket', + 'sagittarius', + 'stklos', + 'ypsilon' +] def tests = ['primitives', 'addressof', 'callback'] pipeline {