UNCLASSIFIED

Commit 16b6999c authored by Al Fontaine's avatar Al Fontaine
Browse files

Update README.md

parent e5fb9928
Pipeline #28178 failed with stage
...@@ -13,10 +13,10 @@ This is a fully functional Jenkins server. ...@@ -13,10 +13,10 @@ This is a fully functional Jenkins server.
# Security Notes # Security Notes
```diff
- This container is only approved for DoD use if it is NOT internet facing. # This container is only approved for DoD use if it is NOT internet facing.
- Access should be achieved through a Zero Trust stack, for example, CNAP or any approved DoD VPN. # Access should be achieved through a Zero Trust stack, for example, CNAP or any approved DoD VPN.
```
# Usage # Usage
......
  • Pipeline Status: FAILURE
    FAILURE Stage: Build
    Branch: patch-1

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::NOT_BUILT --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::NOT_BUILT --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::FAILURE --> 6([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/openjdk/openjdk8-devel --build-arg BASE_TAG=1.8.0 -t ****/opensource/jenkins/jenkins:2.235.1-testing --label dccscr.git.commit.id=16b6999c20e3603526117c27808a67cb5511b1b5 --label dccscr.git.commit.url=https://dccscr.dsop.io/dsop/opensource/jenkins/jenkins/tree/16b6999c20e3603526117c27808a67cb5511b1b5 --label dccscr.git.url=https://repo1.dsop.io/dsop/opensource/jenkins/jenkins.git --label dccscr.git.branch=patch-1 --label dccscr.image.version=2.235.1 --label 'dccscr.image.build.date=Fri Jul 10 21:38:07 UTC 2020
    ' --label dccscr.image.build.id=2 --label dccscr.image.name=jenkins --label dccscr.ironbank.approval.status=approved --label dccscr.ironbank.approval.url=TBD --label dccscr.ironbank.url=TBD --label dcar_status=approved .
    cannot find Containerfile or Dockerfile in context directory: stat /tmp/workspace/ensource_jenkins_jenkins_patch-1/Dockerfile: no such file or directory
    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