Files
chart/library/ix-dev/community/jenkins/ci/additional-values.yaml
Stavros Kois 7cb307d254 NAS-122335 / 23.10 / Add jenkins to community train (#1245)
* Add `Jenkins` to `community` train

* add another combo test

* update wording

* change custom flag

* remove space

* disable http when https is enabled

* unique ports
2023-06-10 22:42:03 +03:00

28 lines
676 B
YAML

jenkinsStorage:
home:
type: hostPath
hostPath: /mnt/{{ .Release.Name }}/home
additionalStorages:
- type: hostPath
hostPath: /mnt/{{ .Release.Name }}/jenkinsWorkspace1
mountPath: /workspace1
- type: hostPath
hostPath: /mnt/{{ .Release.Name }}/jenkinsWorkspace2
mountPath: /workspace2
jenkinsConfig:
jenkinsOpts:
- useJmx
- sessionTimeout=100
jenkinsJavaOpts:
- property: hudson.footerURL
value: https://jenkins.example.com
- property: jenkins.CLI.disabled
value: "true"
additionalEnvs:
- name: PLUGINS_FORCE_UPGRADE
value: "true"
- name: TRY_UPGRADE_IF_NO_MARKER
value: "true"