Bot Updating Documentation

pull/11/head
LinuxServer-CI 2020-04-07 14:41:41 +01:00
rodzic a8e3c239df
commit a614304890
1 zmienionych plików z 4 dodań i 2 usunięć

Wyświetl plik

@ -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: