add deploy namespace

This commit is contained in:
James Strachan
2018-06-22 15:32:45 +01:00
committed by GitHub
parent 4ac5216949
commit 87d766a55c

5
Jenkinsfile vendored
View File

@@ -2,8 +2,9 @@ pipeline {
agent {
label "jenkins-maven"
}
environment {
DEPLOY_NAMESPACE = "change-me"
}
stages {
stage('Validate Environment') {
steps {