Testing dynamic Jenkinsfile
This commit is contained in:
parent
7f129d5092
commit
185b6c1e81
|
|
@ -1,4 +1,15 @@
|
||||||
def implementations = ['chibi', 'chicken']
|
def implementations = [
|
||||||
|
'chibi',
|
||||||
|
'chicken',
|
||||||
|
'gauche'
|
||||||
|
'guile',
|
||||||
|
'kawa',
|
||||||
|
'mosh',
|
||||||
|
'racket',
|
||||||
|
'sagittarius',
|
||||||
|
'stklos'
|
||||||
|
'ypsilon'
|
||||||
|
]
|
||||||
|
|
||||||
pipeline {
|
pipeline {
|
||||||
agent {
|
agent {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue