mirror of
https://github.com/bvanroll/environment-ff-stage-euw1-gkecluster-primary-staging.git
synced 2025-08-28 19:32:40 +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') {
|
||||
|
2
Makefile
2
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
|
||||
|
8
jenkins-x.yml
Executable file
8
jenkins-x.yml
Executable file
@@ -0,0 +1,8 @@
|
||||
env:
|
||||
- name: DEPLOY_NAMESPACE
|
||||
value: jx-staging
|
||||
pipelineConfig:
|
||||
env:
|
||||
- name: DEPLOY_NAMESPACE
|
||||
value: jx-staging
|
||||
pipelines: {}
|
Reference in New Issue
Block a user