UNCLASSIFIED

Commit 620e3120 authored by Raul Arabaolaza's avatar Raul Arabaolaza
Browse files

2.235.5.1

parent 85700142
Pipeline #35837 failed with stage
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: '2.235.2.3') dccscrPipeline(version: '2.235.5.1')
...@@ -9,7 +9,7 @@ CloudBees Core consists of three Docker images installed via Helm chart: ...@@ -9,7 +9,7 @@ CloudBees Core consists of three Docker images installed via Helm chart:
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 Core is given in the format `2.235.2.3` A version of Core is given in the format `2.235.5.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.235.2.3 dockerImage: your-registry/core-oc:2.235.5.1
Master: Master:
Image: Image:
dockerImage: your-registry/core-mm:2.235.2.3 dockerImage: your-registry/core-mm:2.235.5.1
Agents: Agents:
Image: Image:
dockerImage: your-registry/agent:2.235.2.3 dockerImage: your-registry/agent:2.235.5.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://dsop.s3.amazonaws.com/agent-files-1f33d6d660d81ff4d28c0d9e9e77020e18b07b770f34ee26ff95c5b82b03efd4.tar", "url": "https://dsop.s3.amazonaws.com/agent-files-772c2ae9613e822d081fe6158bf84ab423367c46f8c3ac3fb23596ee229f415a.tar",
"filename": "files.tar", "filename": "files.tar",
"validation": { "validation": {
"type": "sha256", "type": "sha256",
"value": "1f33d6d660d81ff4d28c0d9e9e77020e18b07b770f34ee26ff95c5b82b03efd4" "value": "772c2ae9613e822d081fe6158bf84ab423367c46f8c3ac3fb23596ee229f415a"
} }
} }
] ]
......
  • Pipeline Status: FAILURE
    FAILURE Stage: Whitelist Compare Lint
    Branch: 2.235.5.1

    graph LR
      0([setup]):::INTERNAL_FAILURE --> 3([Import Artifacts]):::NOT_BUILT --> 4((/)):::INTERNAL_NOT_BUILT --> 5([Stage Artifacts]):::NOT_BUILT --> 6((/)):::INTERNAL_NOT_BUILT --> 7([Build]):::NOT_BUILT --> 8([Publish, Scan & Report]):::INTERNAL_FAILURE
    
    classDef SUCCESS font-size:10px
    classDef FAILURE fill:#f44, font-size:10px
    classDef SKIPPED font-size:10px
    classDef ABORTED fill:#889, font-size:10px
    classDef INTERNAL_SUCCESS font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_FAILURE fill:#f44, font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_SKIPPED font-size:10px, stroke-dasharray: 2, 1
    classDef INTERNAL_ABORTED fill:#889, font-size:10px, stroke-dasharray: 2, 1
    
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