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

Scoping myparams

This commit is contained in:
Ewout Prangsma 2018-03-27 09:47:12 +02:00
parent c0ac2339db
commit a650a53ae1
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -95,7 +95,7 @@ pipeline {
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)', )
}
def myParams;
def myParams = [:];
stages {
stage("Prepare") {
steps {