UNCLASSIFIED

Commit ae713b64 authored by Ildefonso Montero's avatar Ildefonso Montero
Browse files

2.249.1.2

parent 93af4ba7
Pipeline #41273 failed with stage
...@@ -21,7 +21,6 @@ RUN dnf update -y --nodocs && \ ...@@ -21,7 +21,6 @@ RUN dnf update -y --nodocs && \
nss_wrapper \ nss_wrapper \
git `# commonly used outside a container step (see JENKINS-30600), and traditionally part of openjdk:8-jdk` && \ git `# commonly used outside a container step (see JENKINS-30600), and traditionally part of openjdk:8-jdk` && \
dnf -y clean all dnf -y clean all
# TODO https://github.com/git-lfs/git-lfs/wiki/Installation#rhelcentos → ius.io / https://packagecloud.io/github/git-lfs/install#bash-rpm
WORKDIR /home/${user} WORKDIR /home/${user}
...@@ -35,8 +34,9 @@ RUN cd / && \ ...@@ -35,8 +34,9 @@ RUN cd / && \
tar xvf /tmp/files.tar && \ tar xvf /tmp/files.tar && \
rm /tmp/files.tar rm /tmp/files.tar
COPY scripts/ / COPY scripts/ /
RUN rpm -i /tmp/rpms/*.rpm && \
RUN chmod 755 /usr/share/jenkins && \ rm -rf /tmp/rpms && \
chmod 755 /usr/share/jenkins && \
chmod 644 /usr/share/jenkins/agent.jar && \ chmod 644 /usr/share/jenkins/agent.jar && \
chmod a+x /usr/local/bin/* && \ chmod a+x /usr/local/bin/* && \
chmod ug-s /usr/libexec/openssh/ssh-keysign && \ chmod ug-s /usr/libexec/openssh/ssh-keysign && \
......
@Library('DCCSCR@master') _ @Library('DCCSCR@master') _
dccscrPipeline(version: '2.235.5.1') dccscrPipeline(version: '2.249.1.2')
# CloudBees Core setup # CloudBees CI setup
CloudBees Core consists of three Docker images installed via Helm chart: CloudBees CI (formerly known as _CloudBees Core_) consists of three Docker images installed via Helm chart:
* `core-oc`: the Operations Center * `core-oc`: the Operations Center
* `core-mm`: a managed Jenkins master * `core-mm`: a managed Jenkins master
...@@ -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.5.1` A version of CloudBees CI is given in the format `2.249.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.235.5.1 dockerImage: your-registry/core-oc:2.249.1.2
Master: Master:
Image: Image:
dockerImage: your-registry/core-mm:2.235.5.1 dockerImage: your-registry/core-mm:2.249.1.2
Agents: Agents:
Image: Image:
dockerImage: your-registry/agent:2.235.5.1 dockerImage: your-registry/agent:2.249.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://dsop.s3.amazonaws.com/agent-files-772c2ae9613e822d081fe6158bf84ab423367c46f8c3ac3fb23596ee229f415a.tar", "url": "https://downloads.cloudbees.com/dsop-files/agent-files-694d270bc1155dbc62dc709d8df6ba476f4fd13e5fd3b74d177720943cdbb469.tar",
"filename": "files.tar", "filename": "files.tar",
"validation": { "validation": {
"type": "sha256", "type": "sha256",
"value": "772c2ae9613e822d081fe6158bf84ab423367c46f8c3ac3fb23596ee229f415a" "value": "694d270bc1155dbc62dc709d8df6ba476f4fd13e5fd3b74d177720943cdbb469"
} }
} }
] ]
......
  • Pipeline Status: FAILURE
    FAILURE Stage: Build
    Branch: 2.249.1.2

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 3([Import Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Stage Artifacts]):::SUCCESS --> 6((/)):::INTERNAL_SUCCESS --> 7([Build]):::FAILURE --> 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
    

    Error Log:

    + buildah bud --tls-verify=false --format=docker --loglevel=3 --storage-driver=vfs --build-arg BASE_REGISTRY=**** --build-arg BASE_IMAGE=redhat/ubi/ubi8 --build-arg BASE_TAG=8.2 -t ****/cloudbees/core/agent:2.249.1.2-testing --label dccscr.git.commit.id=ae713b64e6974d3f08d66aa81e6b26111d9e3edf --label dccscr.git.commit.url=https://repo1.dsop.io/dsop/cloudbees/core/agent/tree/ae713b64e6974d3f08d66aa81e6b26111d9e3edf --label dccscr.git.url=https://repo1.dsop.io/dsop/cloudbees/core/agent.git --label dccscr.git.branch=2.249.1.2 --label dccscr.image.version=2.249.1.2 --label 'dccscr.image.build.date=Tue Sep 15 12:20:55 UTC 2020
    ' --label dccscr.image.build.id=1 --label dccscr.image.name=agent --label dccscr.ironbank.approval.status=approved --label dccscr.ironbank.approval.url=TBD --label dccscr.ironbank.url=TBD --label dcar_status=approved .
    STEP 1: FROM ****/redhat/ubi/ubi8:8.2
    Getting image source signatures
    Copying blob sha256:448d6d2221662e72db0cac44cb74b343456354cdb3b06cdaff5b22c6c0abcfdf
    Copying blob sha256:29dcb48615a69c3f6e022f438dfe771baf6246e51afa958135bf01129a273bd4
    Copying blob sha256:038ee411007e77198def1e11cce090815ddf3ed766c0092af23eb360a9d7416c
    Copying config sha256:c4c58341919e633247d914974679fbb378bc80182f53fcde9d219e84f49d48f8
    Writing manifest to image destination
    Storing signatures
    level=error msg="Error while applying layer: ApplyLayer io: read/write on closed pipe stdout: {\"layerSize\":4724}\n stderr: "
    error creating build container: Error committing the finished image: error adding layer with blob "sha256:29dcb48615a69c3f6e022f438dfe771baf6246e51afa958135bf01129a273bd4": ApplyLayer io: read/write on closed pipe stdout: {"layerSize":4724}
     stderr: 
    script returned exit code 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