From 5b213f23ec4d331132c72509a2914a994814802b Mon Sep 17 00:00:00 2001 From: imontero Date: Wed, 4 Nov 2020 11:51:18 +0000 Subject: [PATCH] 2.249.3.1 --- Jenkinsfile | 2 +- README.md | 8 ++++---- download.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6cbfdbd..e1f1927 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: '2.249.2.3') +dccscrPipeline(version: '2.249.3.1') diff --git a/README.md b/README.md index b2f5ad6..606cf42 100644 --- a/README.md +++ b/README.md @@ -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 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. The Helm chart is coversioned with `core-oc`. The `core-mm` image typically shares the same version, @@ -22,13 +22,13 @@ plus whatever other customizations are desired: ```yaml OperationsCenter: Image: - dockerImage: your-registry/core-oc:2.249.2.3 + dockerImage: your-registry/core-oc:2.249.3.1 Master: Image: - dockerImage: your-registry/core-mm:2.249.2.3 + dockerImage: your-registry/core-mm:2.249.3.1 Agents: 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: diff --git a/download.json b/download.json index c8aa404..31f9c12 100644 --- a/download.json +++ b/download.json @@ -1,11 +1,11 @@ { "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", "validation": { "type": "sha256", - "value": "805e797f027018844fd4b59eef722fabd7d4b015d2ff4ebd652d1146e00b94cb" + "value": "86ac04cce44887a798823563c773da1510e03ae8871cc26573a9fd5313b9967e" } } ] -- GitLab