RELEASED: Public: 2019-06-24
New features
-
CloudBees Internal Ticket: CPLT2-5662
Allow setting global controller java options on startup, by providing the environment variable
MASTER_GLOBAL_JAVA_OPTIONS
to CJOC.
diff --git a/cloudbees-core.yml b/cloudbees-core.yml index 152fa6d..2168125 100644 --- a/cjoc.yml +++ b/cjoc.yml @@ -42,6 +42,8 @@ spec: value: KUBERNETES - name: JENKINS_OPTS value: --prefix=/cjoc + - name: MASTER_GLOBAL_JAVA_OPTIONS + value: -Dk1=v1 -Dk2=v2 - name: JAVA_OPTS # To allocate masters using a non-default storage class, add the following # -Dcom.cloudbees.masterprovisioning.kubernetes.KubernetesMasterProvisioning.storageClassName=some-storage-class
-
CloudBees Internal Ticket: CPLT2-5661
Update dependencies to 2.176 baseline
Delete screen resolution cookie (cf. * JENKINS-49675)