Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 21:17:23 +03:00
parent 7f129d5092
commit 185b6c1e81
1 changed files with 12 additions and 1 deletions

13
Jenkinsfile vendored
View File

@ -1,4 +1,15 @@
def implementations = ['chibi', 'chicken'] def implementations = [
'chibi',
'chicken',
'gauche'
'guile',
'kawa',
'mosh',
'racket',
'sagittarius',
'stklos'
'ypsilon'
]
pipeline { pipeline {
agent { agent {