UNCLASSIFIED

"LICENSE" did not exist on "f5c9060ed059991c7f7772d21db3c1d7c30be7c7"
Verified Commit fb18b6bb authored by Jesse Glick's avatar Jesse Glick
Browse files

Updating readme & license files

parent 452afec1
Pipeline #9522 passed with stage
...@@ -42,7 +42,7 @@ HEALTHCHECK --interval=5m --timeout=3s \ ...@@ -42,7 +42,7 @@ HEALTHCHECK --interval=5m --timeout=3s \
CMD curl -fsL ${JENKINS_URL}/login || exit 1 CMD curl -fsL ${JENKINS_URL}/login || exit 1
LABEL securitytxt="https://www.cloudbees.com/.well-known/security.txt" LABEL securitytxt="https://www.cloudbees.com/.well-known/security.txt"
LABEL release=14e122749e28f6d99d71a9b98ae6be163185359b LABEL release=0010f3bc138992c02c3cf35ef6321e23b4dac22b
LABEL version=2.222.2.1 LABEL version=2.222.2.1
ARG TARBALL=files.tar ARG TARBALL=files.tar
......
This diff is collapsed.
{ {
"resources": [ "resources": [
{ {
"url": "https://dsop.s3.amazonaws.com/core-oc-files-08a57437336013e92537b33eacd5584d9f5df354850c866ee20e133c54d47fb5.tar", "url": "https://dsop.s3.amazonaws.com/core-oc-files-9f10e85936def68451d30946ddf0f41dc9b868953cd35827f2a62b873098cc3e.tar",
"filename": "files.tar", "filename": "files.tar",
"validation": { "validation": {
"type": "sha256", "type": "sha256",
"value": "08a57437336013e92537b33eacd5584d9f5df354850c866ee20e133c54d47fb5" "value": "9f10e85936def68451d30946ddf0f41dc9b868953cd35827f2a62b873098cc3e"
} }
} }
] ]
......
  • Pipeline Status: SUCCESS
    Branch: readme-license

    graph LR
      0([setup]):::INTERNAL_SUCCESS --> 1([Import Artifacts]):::SUCCESS --> 2((/)):::INTERNAL_SUCCESS --> 3([Stage Artifacts]):::SUCCESS --> 4((/)):::INTERNAL_SUCCESS --> 5([Build]):::SUCCESS --> 6([Publish, Scan & Report]):::INTERNAL_NOT_BUILT
    
    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