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:
parent
c0ac2339db
commit
a650a53ae1
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue