1
0
Fork 0
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:
Ewout Prangsma 2018-02-22 09:12:36 +01:00
parent cf5c5b539e
commit 29cd0e3827
No known key found for this signature in database
GPG key ID: 4DBAD380D93D0698

View file

@ -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') {