All apps · 0 apps
Jenkins
Docker app from ich777's Repository
Overview
Install Jenkins on Unraid in a few clicks.
Find Jenkins in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
ghcr.io/ich777/jenkinsRuntime arguments
- Web UI
http://[IP]:[PORT:8080]- Network
bridge- Shell
bash- Privileged
- false
- Extra Params
--restart=unless-stopped
Template configuration
Container Port: 8080
- Target
- 8080
- Value
- 8080
Container Path: /jenkins
- Target
- /jenkins
- Value
- /mnt/cache/appdata/jenkins
Enter the version wich you want to download or set to 'latest' (without quotes) to download the latest version and check on every restart if there is a newer version.
- Target
- JENKINS_V
- Value
- latest
Mirror from wich to download jenkins you can get them from here: http://mirrors.jenkins-ci.org/status.html (Exemple for mirrors are: ftp://mirror.serverion.com | http://mirror.xmission.com | http://mirror.serverion.com | http://ftp-chi.osuosl.org/pub | ...).
- Target
- JENKINS_URL
- Value
- ftp://mirror.serverion.com
Enter extra Jenkins startup parameters if needed.
- Target
- EXTRA_JENKINS_PARAMS
Enter extra JVM start parameters if needed.
- Target
- EXTRA_JVM_PARAMS
Container Variable: UMASK
- Value
- 000
Container Variable: uid
- Target
- uid
- Value
- 99
Container Variable: gid
- Target
- gid
- Value
- 100
The name of the runtime (only change if you know what you are doing).
- Target
- RUNTIME_NAME
- Value
- jre17