Testing dynamic Jenkinsfile

This commit is contained in:
retropikzel 2025-06-05 23:21:08 +03:00
parent aa9dec8c94
commit ca7e949302
1 changed files with 12 additions and 1 deletions

13
Jenkinsfile vendored
View File

@ -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 {