From 88b0417e5d5a365a5c4b994765512fa41b659b27 Mon Sep 17 00:00:00 2001 From: imontero Date: Thu, 19 Nov 2020 13:54:03 +0000 Subject: [PATCH] 2.249.3.3 --- Jenkinsfile | 2 +- README.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 018aa91..03ae711 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,2 +1,2 @@ @Library('DCCSCR@master') _ -dccscrPipeline(version: '2.249.3.2') +dccscrPipeline(version: '2.249.3.3') diff --git a/README.md b/README.md index 95e319d..e3ab221 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.3.2` +A version of CloudBees CI is given in the format `2.249.3.3` 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.3.2 + dockerImage: your-registry/core-oc:2.249.3.3 Master: Image: - dockerImage: your-registry/core-mm:2.249.3.2 + dockerImage: your-registry/core-mm:2.249.3.3 Agents: Image: - dockerImage: your-registry/agent:2.249.3.2 + dockerImage: your-registry/agent:2.249.3.3 ``` 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: -- GitLab