docker-documentation/images/docker-jenkins-builder.md

28 wiersze
860 B
Markdown
Czysty Zwykły widok Historia

2019-02-05 07:34:41 +00: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 \
2020-04-07 13:41:41 +00:00
-e PUID=$(id -u) -e PGID=$(id -g) \
linuxserver/jenkins-builder:latest && \
rm -f "$(basename $PWD).md"
2019-02-05 07:34:41 +00:00
```
2020-04-07 13:41:41 +00:00
Newly generated files (including `README.md`, `Jenkinsfile`, issue templates, etc.) will overwrite the existing files in your current working directory.
2019-03-01 02:25:00 +00:00
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." }