Skip to content

Commit f32c82f

Browse files
authored
Merge pull request #225 from jfilipcz/bump-version-of-jenkins-chart
Include SSL verification off params in Jenkins env vars
2 parents 9c76d43 + ea53994 commit f32c82f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Diff for: ubiquitous-journey/values-tooling.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@ applications:
6161
value: ''
6262
- name: GITLAB_GROUP_NAME
6363
value: ''
64+
- name: GIT_SSL_NO_VERIFY
65+
value: "true"
66+
- name: JAVA_ARGS
67+
value: '-Dorg.jenkinsci.plugins.gitclient.GitClient.untrustedSSL=true'
6468
persistence: false
6569
source_secrets:
6670
- name: nexus-password

0 commit comments

Comments
 (0)