diff --git a/Jenkinsfile b/Jenkinsfile index ea7fbdf..abc5ce0 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -6,7 +6,7 @@ pipeline { label "jenkins-maven" } environment { - DEPLOY_NAMESPACE = "change-me" + DEPLOY_NAMESPACE = "jx-staging" } stages { stage('Validate Environment') { diff --git a/Makefile b/Makefile index ca8fdef..4f46c4d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ CHART_REPO := http://jenkins-x-chartmuseum:8080 DIR := "env" -NAMESPACE := "change-me" +NAMESPACE := "jx-staging" OS := $(shell uname) build: clean diff --git a/jenkins-x.yml b/jenkins-x.yml new file mode 100755 index 0000000..b38926b --- /dev/null +++ b/jenkins-x.yml @@ -0,0 +1,8 @@ +env: +- name: DEPLOY_NAMESPACE + value: jx-staging +pipelineConfig: + env: + - name: DEPLOY_NAMESPACE + value: jx-staging + pipelines: {}