1
0
Fork 0
mirror of https://github.com/arangodb/kube-arangodb.git synced 2024-12-14 11:57:37 +00:00

Fixing step (i hope)

This commit is contained in:
Ewout Prangsma 2018-03-08 13:10:25 +01:00
parent cfa7bc760c
commit 9c8632320d
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -80,14 +80,14 @@ pipeline {
}
}
stage('Test') {
steps {
//steps {
def configs = "{params.KUBECONFIGS}".split(",")
def testTasks = [:]
for (kubeconfig in configs) {
testTasks["${kubeconfig}"] = buildTestSteps(kubeconfig)
}
parallel testTasks
}
//}
}
}