2020-11-11 18:24:24 -05:00
2020-11-11 18:24:24 -05:00
2020-11-11 18:24:24 -05:00
2020-11-01 14:31:56 -08:00
2019-05-22 20:23:06 +00:00
2020-09-18 10:43:39 -04:00

linuxserver/jenkins-builder

Expects to run as part of the LSIO CI process. Not for public consumption.

**Running against remote: **

docker run --rm \
  -e CONTAINER_NAME=${CONTAINER_NAME} \
  -v ${TEMPDIR}:/ansible/jenkins \
  linuxserver/jenkins-builder:latest

**Running locally: **

If you need to test functionality just navigate to the folder with the jenkins-vars.yml and run:

docker run --rm \
  -v $(pwd):/tmp \
  -e LOCAL=true \
  -e PUID=$(id -u) -e PGID=$(id -g) \
  linuxserver/jenkins-builder:latest && \
rm -f "$(basename $PWD).md" && \
rm -f README.lite

Newly generated files (including README.md, Jenkinsfile, issue templates, etc.) will overwrite the existing files in your current working directory.

The following line is only in this repo for loop testing:

  • { date: "01.01.50:", desc: "I am the release message for this internal repo." }
Description
No description provided
Readme GPL-3.0 3.1 MiB
Languages
Jinja 95.4%
Shell 2.3%
Python 1.7%
Dockerfile 0.6%