UNCLASSIFIED

Commit ef1d5ada authored by Andy Maksymowicz's avatar Andy Maksymowicz
Browse files

Merge branch '2.249.3.1' into 'development'

2.249.3.1

See merge request !34
parents 4093665a 5b213f23
Pipeline #69081 passed with stages
in 17 minutes and 26 seconds
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: '2.249.2.3') dccscrPipeline(version: '2.249.3.1')
...@@ -9,7 +9,7 @@ CloudBees CI (formerly known as _CloudBees Core_) consists of three Docker image ...@@ -9,7 +9,7 @@ CloudBees CI (formerly known as _CloudBees Core_) consists of three Docker image
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 CloudBees CI is given in the format `2.249.2.3` A version of CloudBees CI is given in the format `2.249.3.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.249.2.3 dockerImage: your-registry/core-oc:2.249.3.1
Master: Master:
Image: Image:
dockerImage: your-registry/core-mm:2.249.2.3 dockerImage: your-registry/core-mm:2.249.3.1
Agents: Agents:
Image: Image:
dockerImage: your-registry/agent:2.249.2.3 dockerImage: your-registry/agent:2.249.3.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://downloads.cloudbees.com/dsop-files/agent-files-805e797f027018844fd4b59eef722fabd7d4b015d2ff4ebd652d1146e00b94cb.tar", "url": "https://downloads.cloudbees.com/dsop-files/agent-files-86ac04cce44887a798823563c773da1510e03ae8871cc26573a9fd5313b9967e.tar",
"filename": "files.tar", "filename": "files.tar",
"validation": { "validation": {
"type": "sha256", "type": "sha256",
"value": "805e797f027018844fd4b59eef722fabd7d4b015d2ff4ebd652d1146e00b94cb" "value": "86ac04cce44887a798823563c773da1510e03ae8871cc26573a9fd5313b9967e"
} }
} }
] ]
......
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