mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-staging.git
synced 2025-08-29 11:52:41 +00:00
Use correct namespace for environment
This commit is contained in:
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@@ -6,7 +6,7 @@ pipeline {
|
||||
label "jenkins-maven"
|
||||
}
|
||||
environment {
|
||||
DEPLOY_NAMESPACE = "change-me"
|
||||
DEPLOY_NAMESPACE = "jx-staging"
|
||||
}
|
||||
stages {
|
||||
stage('Validate Environment') {
|
||||
|
Reference in New Issue
Block a user