kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
272e27ae7d
commit
a135c02b33
|
@ -1,18 +1,18 @@
|
||||||
---
|
---
|
||||||
title: jenkins-builder
|
title: jenkins-builder
|
||||||
---
|
---
|
||||||
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
<!-- DO NOT EDIT THIS FILE MANUALLY -->
|
||||||
<!-- Please read the https://github.com/linuxserver/docker-jenkins-builder/blob/master/.github/CONTRIBUTING.md -->
|
<!-- Please read https://github.com/linuxserver/docker-jenkins-builder/blob/master/.github/CONTRIBUTING.md --># linuxserver/jenkins-builder
|
||||||
|
|
||||||
# linuxserver/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
|
## Running against remote project
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
TEMPDIR=$(mktemp -d) && \
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-e CONTAINER_NAME=${CONTAINER_NAME} \
|
-e CONTAINER_NAME=<container name> \
|
||||||
|
-e GITHUB_BRANCH=<branch name> \
|
||||||
-v ${TEMPDIR}:/ansible/jenkins \
|
-v ${TEMPDIR}:/ansible/jenkins \
|
||||||
lscr.io/linuxserver/jenkins-builder:latest
|
lscr.io/linuxserver/jenkins-builder:latest
|
||||||
```
|
```
|
||||||
|
|
Ładowanie…
Reference in New Issue