Skip to content

Commit

Permalink
Merge pull request #225 from jfilipcz/bump-version-of-jenkins-chart
Browse files Browse the repository at this point in the history
Include SSL verification off params in Jenkins env vars
  • Loading branch information
ckavili authored Oct 20, 2022
2 parents 9c76d43 + ea53994 commit f32c82f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ubiquitous-journey/values-tooling.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ applications:
value: ''
- name: GITLAB_GROUP_NAME
value: ''
- name: GIT_SSL_NO_VERIFY
value: "true"
- name: JAVA_ARGS
value: '-Dorg.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true'
persistence: false
source_secrets:
- name: nexus-password
Expand Down

0 comments on commit f32c82f

Please sign in to comment.