From 0070a4457b436bab81700c815f4256c9b9375d34 Mon Sep 17 00:00:00 2001 From: Ewout Prangsma Date: Tue, 27 Mar 2018 10:29:42 +0200 Subject: [PATCH] Added TESTOPTIONS [ci TESTOPTIONS=-test.run ^TestSimpleResilientSingle$] --- Jenkinsfile.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile.groovy b/Jenkinsfile.groovy index 691e63d57..ebcfa3f61 100644 --- a/Jenkinsfile.groovy +++ b/Jenkinsfile.groovy @@ -108,6 +108,7 @@ pipeline { string(name: 'KUBECONFIGS', defaultValue: 'kube-ams1,scw-183a3b', description: 'KUBECONFIGS is a comma separated list of Kubernetes configuration files (relative to /home/jenkins/.kube) on which the tests are run', ) string(name: 'TESTNAMESPACE', defaultValue: 'jenkins', description: 'TESTNAMESPACE sets the kubernetes namespace to ru tests in (this must be short!!)', ) string(name: 'ENTERPRISEIMAGE', defaultValue: '', description: 'ENTERPRISEIMAGE sets the docker image used for enterprise tests)', ) + string(name: 'TESTOPTIONS', defaultValue: '', description: 'TESTOPTIONS is used to pass additional test options to the integration test', ) } stages { stage('Build') {