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