kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
2dc7b7f038
commit
d798a384c3
|
@ -1,3 +1,6 @@
|
||||||
|
---
|
||||||
|
title: jenkins-builder
|
||||||
|
---
|
||||||
# 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.
|
||||||
|
@ -18,10 +21,7 @@ docker run --rm \
|
||||||
-e LOCAL=true \
|
-e LOCAL=true \
|
||||||
-e PUID=$(id -u) -e PGID=$(id -g) \
|
-e PUID=$(id -u) -e PGID=$(id -g) \
|
||||||
linuxserver/jenkins-builder:latest && \
|
linuxserver/jenkins-builder:latest && \
|
||||||
rm -f "$(basename $PWD).md" && \
|
rm -rf .jenkins-external"
|
||||||
rm -f README.lite && \
|
|
||||||
rm -f .github/ISSUE_TEMPLATE.md \
|
|
||||||
rm -f "$(basename $PWD | sed 's|^docker-||').xml"
|
|
||||||
```
|
```
|
||||||
Newly generated files (including `README.md`, `Jenkinsfile`, issue templates, etc.) will overwrite the existing files in your current working directory.
|
Newly generated files (including `README.md`, `Jenkinsfile`, issue templates, etc.) will overwrite the existing files in your current working directory.
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue