diff --git a/Jenkinsfile b/Jenkinsfile index 018aa9149e960831e27616fd863c346706cb3c29..03ae711aa3dd4708caf4acab0ff3542ab09c30f5 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 95e319d0091d5ab5ef7b9ea549b421c01640f5c8..e3ab22126c923cc1e1e36efdf22ce2fad57ee645 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: