UNCLASSIFIED

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

Merge branch '2.263.1.2' into 'development'

2.263.1.2

See merge request !37
parents f7ec0b37 e98ad712
Pipeline #92421 failed with stages
in 16 seconds
...@@ -29,10 +29,7 @@ ENTRYPOINT ["entrypoint", "jenkins-agent"] ...@@ -29,10 +29,7 @@ ENTRYPOINT ["entrypoint", "jenkins-agent"]
# TODO LABELS # TODO LABELS
ARG TARBALL=files.tar ARG TARBALL=files.tar
COPY ${TARBALL} /tmp ADD ${TARBALL} /
RUN cd / && \
tar xvf /tmp/files.tar && \
rm /tmp/files.tar
COPY scripts/ / COPY scripts/ /
RUN rpm -i /rpms/*.rpm && \ RUN rpm -i /rpms/*.rpm && \
rm -rf /rpms && \ rm -rf /rpms && \
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: '2.249.3.3') dccscrPipeline(version: '2.263.1.2')
...@@ -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.3.3` A version of CloudBees CI is given in the format `2.263.1.2`
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.3.3 dockerImage: your-registry/core-oc:2.263.1.2
Master: Master:
Image: Image:
dockerImage: your-registry/core-mm:2.249.3.3 dockerImage: your-registry/core-mm:2.263.1.2
Agents: Agents:
Image: Image:
dockerImage: your-registry/agent:2.249.3.3 dockerImage: your-registry/agent:2.263.1.2
``` ```
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-00b57c9078d97ead911133c86a69d2256a6792da44bf4bbcb299e6a6742e7a04.tar", "url": "https://downloads.cloudbees.com/dsop-files/agent-files-f93f6e8014ad253b32649004fc10febc5f19155cf38ac88f03f3eb4e65d4f734.tar",
"filename": "files.tar", "filename": "files.tar",
"validation": { "validation": {
"type": "sha256", "type": "sha256",
"value": "00b57c9078d97ead911133c86a69d2256a6792da44bf4bbcb299e6a6742e7a04" "value": "f93f6e8014ad253b32649004fc10febc5f19155cf38ac88f03f3eb4e65d4f734"
} }
} }
] ]
......
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