Testing dynamic Jenkinsfile
This commit is contained in:
parent
aa9dec8c94
commit
ca7e949302
|
|
@ -1,4 +1,15 @@
|
||||||
def implementations = ['chibi']
|
def implementations = [
|
||||||
|
'chibi',
|
||||||
|
'chicken',
|
||||||
|
'gauche',
|
||||||
|
'guile',
|
||||||
|
'kawa',
|
||||||
|
'mosh',
|
||||||
|
'racket',
|
||||||
|
'sagittarius',
|
||||||
|
'stklos',
|
||||||
|
'ypsilon'
|
||||||
|
]
|
||||||
def tests = ['primitives', 'addressof', 'callback']
|
def tests = ['primitives', 'addressof', 'callback']
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue