kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
42c674a481
commit
51c1d22b45
|
@ -7,17 +7,6 @@ title: jenkins-builder
|
||||||
|
|
||||||
Expects to run as part of the LSIO CI process. Not for public consumption.
|
Expects to run as part of the LSIO CI process. Not for public consumption.
|
||||||
|
|
||||||
## Running against remote project
|
|
||||||
|
|
||||||
```bash
|
|
||||||
TEMPDIR=$(mktemp -d) && \
|
|
||||||
docker run --rm \
|
|
||||||
-e CONTAINER_NAME=<container name> \
|
|
||||||
-e GITHUB_BRANCH=<branch name> \
|
|
||||||
-v ${TEMPDIR}:/ansible/jenkins \
|
|
||||||
lscr.io/linuxserver/jenkins-builder:latest
|
|
||||||
```
|
|
||||||
|
|
||||||
## Running against local project
|
## Running against local project
|
||||||
|
|
||||||
If you need to test functionality just navigate to the folder with the jenkins-vars.yml and run:
|
If you need to test functionality just navigate to the folder with the jenkins-vars.yml and run:
|
||||||
|
@ -26,7 +15,6 @@ If you need to test functionality just navigate to the folder with the jenkins-v
|
||||||
docker pull lscr.io/linuxserver/jenkins-builder:latest && \
|
docker pull lscr.io/linuxserver/jenkins-builder:latest && \
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v $(pwd):/tmp \
|
-v $(pwd):/tmp \
|
||||||
-e LOCAL=true \
|
|
||||||
-e PUID=$(id -u) -e PGID=$(id -g) \
|
-e PUID=$(id -u) -e PGID=$(id -g) \
|
||||||
lscr.io/linuxserver/jenkins-builder:latest && \
|
lscr.io/linuxserver/jenkins-builder:latest && \
|
||||||
rm -rf .jenkins-external
|
rm -rf .jenkins-external
|
||||||
|
|
Ładowanie…
Reference in New Issue