Files
chart/community/jenkins/1.2.16/ci/additional-values.yaml
2024-11-05 18:12:02 +00: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"