mirror of
https://github.com/arangodb/kube-arangodb.git
synced 2024-12-14 11:57:37 +00:00
Use default namespace that is short to avoid exceeding 63 char limit
This commit is contained in:
parent
cf5c5b539e
commit
29cd0e3827
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ pipeline {
|
|||
}
|
||||
agent any
|
||||
parameters {
|
||||
string(name: 'TESTNAMESPACE', defaultValue: 'arangodb-operator-tests', description: 'TESTNAMESPACE sets the kubernetes namespace to ru tests in', )
|
||||
string(name: 'TESTNAMESPACE', defaultValue: 'jenkins', description: 'TESTNAMESPACE sets the kubernetes namespace to ru tests in (this must be short!!)', )
|
||||
}
|
||||
stages {
|
||||
stage('Build') {
|
||||
|
|
Loading…
Reference in a new issue