UNCLASSIFIED

Verified Commit 3c68b213 authored by Jesse Glick's avatar Jesse Glick
Browse files

2.222.2.1

parent ee41cae4
Pipeline #9152 passed with stage
...@@ -42,8 +42,8 @@ HEALTHCHECK --interval=5m --timeout=3s \ ...@@ -42,8 +42,8 @@ HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -fsL ${JENKINS_URL}/login || exit 1 CMD curl -fsL ${JENKINS_URL}/login || exit 1
LABEL securitytxt="https://www.cloudbees.com/.well-known/security.txt" LABEL securitytxt="https://www.cloudbees.com/.well-known/security.txt"
LABEL release=6fc9a96438748cc420304742ac3c6a5f89f9e9e5 LABEL release=14e122749e28f6d99d71a9b98ae6be163185359b
LABEL version=2.222.1.1 LABEL version=2.222.2.1
ARG TARBALL=files.tar ARG TARBALL=files.tar
COPY ${TARBALL} /tmp COPY ${TARBALL} /tmp
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: '2.222.1.1') dccscrPipeline(version: '2.222.2.1')
...@@ -9,7 +9,7 @@ CloudBees Core consists of three Docker images installed via Helm chart: ...@@ -9,7 +9,7 @@ CloudBees Core consists of three Docker images installed via Helm chart:
For each image, all files other than UBI and native packages For each image, all files other than UBI and native packages
are included in a `files.tar` marked with a SHA-256 checksum. are included in a `files.tar` marked with a SHA-256 checksum.
A version of Core is given in the format `2.222.1.1` A version of Core is given in the format `2.222.2.1`
where the first three components are aligned with a Jenkins LTS. where the first three components are aligned with a Jenkins LTS.
The Helm chart is coversioned with `core-oc`. The Helm chart is coversioned with `core-oc`.
The `core-mm` image typically shares the same version, The `core-mm` image typically shares the same version,
...@@ -22,13 +22,13 @@ plus whatever other customizations are desired: ...@@ -22,13 +22,13 @@ plus whatever other customizations are desired:
```yaml ```yaml
OperationsCenter: OperationsCenter:
Image: Image:
dockerImage: your-registry/core-oc:2.222.1.1 dockerImage: your-registry/core-oc:2.222.2.1
Master: Master:
Image: Image:
dockerImage: your-registry/core-mm:2.222.1.1 dockerImage: your-registry/core-mm:2.222.2.1
Agents: Agents:
Image: Image:
dockerImage: your-registry/agent:2.222.1.1 dockerImage: your-registry/agent:2.222.2.1
``` ```
and [install via Helm 3](https://docs.cloudbees.com/docs/cloudbees-core/latest/kubernetes-install-guide/installing-kubernetes-using-helm) using the local copy of the chart: and [install via Helm 3](https://docs.cloudbees.com/docs/cloudbees-core/latest/kubernetes-install-guide/installing-kubernetes-using-helm) using the local copy of the chart:
......
{ {
"resources": [ "resources": [
{ {
"url": "https://dsop.s3.amazonaws.com/core-oc-files-0419b3817bfce12348e4be3a3412473dea211c98ba5191e3b4b3568d2d0b9f32.tar", "url": "https://dsop.s3.amazonaws.com/core-oc-files-08a57437336013e92537b33eacd5584d9f5df354850c866ee20e133c54d47fb5.tar",
"filename": "files.tar", "filename": "files.tar",
"validation": { "validation": {
"type": "sha256", "type": "sha256",
"value": "0419b3817bfce12348e4be3a3412473dea211c98ba5191e3b4b3568d2d0b9f32" "value": "08a57437336013e92537b33eacd5584d9f5df354850c866ee20e133c54d47fb5"
} }
} }
] ]
......
apiVersion: v1 apiVersion: v1
appVersion: 2.222.1.1 appVersion: 2.222.2.1
description: The Continuous Delivery Solution for Enterprises description: The Continuous Delivery Solution for Enterprises
home: https://www.cloudbees.com/products/cloudbees-core home: https://www.cloudbees.com/products/cloudbees-core
icon: https://images.ctfassets.net/vtn4rfaw6n2j/7xprMMXARXDBuVxW4y8XfV/349fff91035050e3f2a8ff37bc0615b5/cloudbees-core-logo_header.svg icon: https://images.ctfassets.net/vtn4rfaw6n2j/7xprMMXARXDBuVxW4y8XfV/349fff91035050e3f2a8ff37bc0615b5/cloudbees-core-logo_header.svg
...@@ -7,4 +7,4 @@ keywords: ...@@ -7,4 +7,4 @@ keywords:
- cloudbees - cloudbees
- jenkins - jenkins
name: cloudbees-core name: cloudbees-core
version: 3.12.0-DEVELOPMENT version: 3.13.0-DEVELOPMENT
1. Once Operations Center is up and running, get your initial admin user password by running: 1. Once Operations Center is up and running, get your initial admin user password by running:
{{include "cloudbees-core.cli" . }} rollout status sts cjoc {{include "cloudbees-core.cli" . }} rollout status sts cjoc
{{include "cloudbees-core.cli" . }} exec cjoc-0 cat /var/jenkins_home/secrets/initialAdminPassword {{include "cloudbees-core.cli" . }} exec cjoc-0 -- cat /var/jenkins_home/secrets/initialAdminPassword
{{- if .Values.OperationsCenter.HostName }} {{- if .Values.OperationsCenter.HostName }}
2. Visit {{ template "oc.url" . }} 2. Visit {{ template "oc.url" . }}
{{- else }} {{- else }}
......
...@@ -40,5 +40,13 @@ rules: ...@@ -40,5 +40,13 @@ rules:
- get - get
- list - list
- watch - watch
- apiGroups:
- ""
resources:
- events
verbs:
- get
- list
- watch
{{- end -}} {{- end -}}
{{- end -}} {{- end -}}
...@@ -33,7 +33,7 @@ OperationsCenter: ...@@ -33,7 +33,7 @@ OperationsCenter:
# Operations Center docker image # Operations Center docker image
Image: Image:
dockerImage: dcar/core-oc:2.222.1.1 dockerImage: dcar/core-oc:2.222.2.1
dockerPullPolicy: IfNotPresent dockerPullPolicy: IfNotPresent
# Platform enables specific settings, option defaults standard # Platform enables specific settings, option defaults standard
...@@ -203,7 +203,7 @@ Master: ...@@ -203,7 +203,7 @@ Master:
# Docker image inserted in Operations Center automatically # Docker image inserted in Operations Center automatically
Image: Image:
dockerImage: dcar/core-mm:2.222.1.1 dockerImage: dcar/core-mm:2.222.2.1
dockerPullPolicy: IfNotPresent dockerPullPolicy: IfNotPresent
# Additional Java options to pass to managed masters. For example, setting up a JMX port # Additional Java options to pass to managed masters. For example, setting up a JMX port
JavaOpts: null JavaOpts: null
...@@ -221,7 +221,7 @@ Agents: ...@@ -221,7 +221,7 @@ Agents:
Create: false Create: false
Image: Image:
# Used to override the default docker image used for agents # Used to override the default docker image used for agents
dockerImage: dcar/agent:2.222.1.1 dockerImage: dcar/agent:2.222.2.1
Persistence: Persistence:
## Persistent Volume Storage Class for Jenkins Home ## Persistent Volume Storage Class for Jenkins Home
...@@ -260,7 +260,7 @@ Persistence: ...@@ -260,7 +260,7 @@ Persistence:
Hibernation: Hibernation:
Enabled: false Enabled: false
Image: Image:
dockerImage: cloudbees/managed-master-hibernation-monitor:221.7e7f494eb5dc dockerImage: cloudbees/managed-master-hibernation-monitor:230.ee066a318539
dockerPullPolicy: IfNotPresent dockerPullPolicy: IfNotPresent
PodSecurityPolicy: PodSecurityPolicy:
......
  • Pipeline Status: SUCCESS
    Branch: 2.222.2.1

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment