1
0
Files
hs.hsadmin.ng/Jenkins/README.md
Michael Hoennig fee080dbf4 feature/jenkins-proxy (#182)
Co-authored-by: Michael Hoennig <michael@hoennig.de>
Reviewed-on: https://dev.hostsharing.net/hostsharing/hs.hsadmin.ng/pulls/182
Reviewed-by: Marc Sandlus <marc.sandlus@hostsharing.net>
2025-07-01 11:58:20 +02:00

17 lines
427 B
Markdown

# Jenkins Build+Test-Pipeline with NGINX HTTPS-Proxy and Letsencrypt
The scripts work in a Hostsharing Managed Docker environment.
Requires a .env file like this in the current directory:
```
SERVER_NAME=jenkins.example.org
EMAIL=contact@example.org
```
Then run `make provision` to initialize everything.
Run `make help` for more information.
WARNING: Provisioning does not really work yet, needs some manual restarts.