mirror of
https://github.com/truenas/charts.git
synced 2026-04-24 10:30:37 +08:00
* Add `Jenkins` to `community` train * add another combo test * update wording * change custom flag * remove space * disable http when https is enabled * unique ports
10 lines
581 B
Markdown
10 lines
581 B
Markdown
# Jenkins
|
|
|
|
[Jenkins](https://www.jenkins.io/). The leading open source automation server, Jenkins provides hundreds of
|
|
plugins to support building, deploying and automating any project.
|
|
|
|
> When application is installed and on each startup, a container will be launched with **root** privileges.
|
|
> This is required in order to apply the correct permissions to the `Jenkins` directories.
|
|
> Afterward, the `Jenkins` container will run as a **non**-root user (`1000`).
|
|
> All mounted storage(s) will be `chown`ed only if the parent directory does not match the user and group (`1000`).
|