Files
chart/library/ix-dev/community/jenkins/ci/additional-values.yaml
2023-12-22 11:31:44 +02:00

25 lines
499 B
YAML

jenkinsStorage:
home:
type: pvc
additionalStorages:
- type: pvc
mountPath: /workspace1
- type: pvc
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"