Use correct namespace for environment

This commit is contained in:
2020-04-15 12:37:59 +02:00
parent 5d4090e262
commit b96348b59f
3 changed files with 10 additions and 2 deletions

2
Jenkinsfile vendored
View File

@@ -6,7 +6,7 @@ pipeline {
label "jenkins-maven"
}
environment {
DEPLOY_NAMESPACE = "change-me"
DEPLOY_NAMESPACE = "jx-production"
}
stages {
stage('Validate Environment') {