Bot Updating Documentation

pull/34/head
LinuxServer-CI 2021-02-11 16:55:40 +00:00
rodzic 2dc7b7f038
commit d798a384c3
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -1,3 +1,6 @@
---
title: jenkins-builder
---
# linuxserver/jenkins-builder
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 PUID=$(id -u) -e PGID=$(id -g) \
linuxserver/jenkins-builder:latest && \
rm -f "$(basename $PWD).md" && \
rm -f README.lite && \
rm -f .github/ISSUE_TEMPLATE.md \
rm -f "$(basename $PWD | sed 's|^docker-||').xml"
rm -rf .jenkins-external"
```
Newly generated files (including `README.md`, `Jenkinsfile`, issue templates, etc.) will overwrite the existing files in your current working directory.