chore(config): update configuration

This commit is contained in:
2020-04-15 12:37:50 +02:00
parent 9434645ce5
commit 3e78957647
5 changed files with 83 additions and 36 deletions

View File

@@ -9,6 +9,8 @@ pipelineConfig:
- name: pr-checks
options:
containerOptions:
name: ""
resources: {}
volumeMounts:
- mountPath: /builder/home/.jx/localSecrets/currentCluster
name: local-secrets
@@ -40,10 +42,20 @@ pipelineConfig:
environment:
- name: DEPLOY_NAMESPACE
value: jx
- name: GIT_AUTHOR_NAME
value: beppevanrolleghem
- name: GIT_COMMITTER_NAME
value: beppevanrolleghem
- name: GIT_AUTHOR_EMAIL
value: beppe.vanrolleghem@gmail.com
- name: GIT_COMMITTER_EMAIL
value: beppe.vanrolleghem@gmail.com
stages:
- name: release
options:
containerOptions:
name: ""
resources: {}
volumeMounts:
- mountPath: /builder/home/.jx/localSecrets/currentCluster
name: local-secrets