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

View File

@@ -1,6 +1,6 @@
CHART_REPO := http://jenkins-x-chartmuseum:8080
DIR := "env"
NAMESPACE := "change-me"
NAMESPACE := "jx-production"
OS := $(shell uname)
build: clean

8
jenkins-x.yml Executable file
View File

@@ -0,0 +1,8 @@
env:
- name: DEPLOY_NAMESPACE
value: jx-production
pipelineConfig:
env:
- name: DEPLOY_NAMESPACE
value: jx-production
pipelines: {}