mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Fix groovy
This commit is contained in:
parent
8d39929673
commit
8bbebc86c8
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pipeline {
|
|||
}
|
||||
agent any
|
||||
parameters {
|
||||
string(name: 'KUBECONFIG', defaultValue: '/home/jenkins/.kube/scw-183a3b', description: 'KUBECONFIG controls which k8s cluster is used', ),
|
||||
string(name: 'KUBECONFIG', defaultValue: '/home/jenkins/.kube/scw-183a3b', description: 'KUBECONFIG controls which k8s cluster is used', )
|
||||
string(name: 'TESTNAMESPACE', defaultValue: 'jenkins', description: 'TESTNAMESPACE sets the kubernetes namespace to ru tests in (this must be short!!)', )
|
||||
}
|
||||
stages {
|
||||
|
|
Loading…
Reference in a new issue