Skip to content

Commit

Permalink
Use correct namespace for environment
Browse files Browse the repository at this point in the history
  • Loading branch information
Vishal Raina authored and Vishal Raina committed Jun 3, 2019
1 parent f3591d8 commit 38ab9d7
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ pipeline {
label "jenkins-maven"
}
environment {
DEPLOY_NAMESPACE = "change-me"
DEPLOY_NAMESPACE = "jx-staging"
}
stages {
stage('Validate Environment') {
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
CHART_REPO := http://jenkins-x-chartmuseum:8080
DIR := "env"
NAMESPACE := "change-me"
NAMESPACE := "jx-staging"
OS := $(shell uname)

build: clean
Expand Down
8 changes: 8 additions & 0 deletions jenkins-x.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
env:
- name: DEPLOY_NAMESPACE
value: jx-staging
pipelineConfig:
env:
- name: DEPLOY_NAMESPACE
value: jx-staging
pipelines: {}

0 comments on commit 38ab9d7

Please sign in to comment.