UNCLASSIFIED

Commit d4fbe287 authored by Casey Spicer's avatar Casey Spicer
Browse files

updated xstream to 1.4.17

parent 7baa2727
Pipeline #281313 passed with stages
in 8 minutes and 13 seconds
......@@ -2,7 +2,7 @@
## Introduction
Jenkinsfile-Runner is a slimmed version of Jenkins, utilizing the Jenkins pipeline execution engine a CLI tool. For more information on the open source project, please visit https://github.com/jenkinsci/jenkinsfile-runner
Jenkinsfile-Runner is a slimmed version of Jenkins, utilizing the Jenkins pipeline execution engine as a CLI tool. For more information on the open source project, please visit https://github.com/jenkinsci/jenkinsfile-runner
## SDP
......@@ -26,9 +26,9 @@ podman run -it -v$(pwd):/workspace jenkins/jenkinsfile-runner:latest
- To avoid using the jenkinfile-runner-launcher script, which is an opinionated helper script, use option "--entrypoint /app/bin/jenkinsfile-runner"
- If not using jenkinsfile-runner-launcher, you will have to specify the jenkinsfile (-f) and the war (-w) or jenkins version (-jv) to use
- Location of the Jenkins WAR: /app/jenkins
- Using the JTE option, you will need to provide the location of the pipeline_config file (-p) and in the casc file provide the location of JTE libraries
- Using the JTE option, you will need to provide the location of the pipeline_config file (-p) and in the CasC (Configuration as Code) file provide the location of JTE libraries
Example CASC Definition:
Example CasC Definition:
unclassified:
templateGlobalConfig:
......
......@@ -41,7 +41,7 @@ resources:
url: https://github.com/boozallen/sdp-images/releases/download/dcar-1.8/jenkinsfile-runner-dependencies-dcar-1.8.tar.gz
validation:
type: sha256
value: 174340489946288569958cab3d5159b0242547b8b0b104652ba0c0b81fb85987
value: c3bbb1a8674e01b9d1ee0e14886157c233fe7b0f348e4cf9018fb8725a2408d8
# List of project maintainers
# FIXME: Fill in the following details for the current container owner in the whitelist
......
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