Use correct namespace for environment

This commit is contained in:
2020-04-15 12:38:07 +02:00
parent 5d4090e262
commit 8815727b4f
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-staging"
}
stages {
stage('Validate Environment') {