kopia lustrzana https://github.com/linuxserver/docker-documentation
Bot Updating Documentation
rodzic
a8e3c239df
commit
a614304890
|
@ -16,9 +16,11 @@ If you need to test functionality just navigate to the folder with the jenkins-v
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v $(pwd):/tmp \
|
-v $(pwd):/tmp \
|
||||||
-e LOCAL=true \
|
-e LOCAL=true \
|
||||||
linuxserver/jenkins-builder:latest
|
-e PUID=$(id -u) -e PGID=$(id -g) \
|
||||||
|
linuxserver/jenkins-builder:latest && \
|
||||||
|
rm -f "$(basename $PWD).md"
|
||||||
```
|
```
|
||||||
The output will be in a GENERATED.Jenkinsfile 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.
|
||||||
|
|
||||||
The following line is only in this repo for loop testing:
|
The following line is only in this repo for loop testing:
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue