Jenkins

Jenkins

Docker app from ich777's Repository

Overview

This container will download and install the preferred version of Jenkins and install it. Update Notice: If set to 'latest' the container will check on every startup if there is a newer version available). All you data is stored in the jenkins/workdir folder in your appdata directory.

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.

Open the Apps tab on your Unraid server Search Community Apps for Jenkins Review the template variables and paths Click Install

Download Statistics

35,179
Total Downloads
84
This Month
51
Avg / Month

Total Downloads Over Time

Loading chart...

Related apps

Details

Repository
ghcr.io/ich777/jenkins
Last Updated2025-12-11
First Seen2019-12-28

Runtime arguments

Web UI
http://[IP]:[PORT:8080]
Network
bridge
Shell
bash
Privileged
false
Extra Params
--restart=unless-stopped

Template configuration

WebportPorttcp

Container Port: 8080

Target
8080
Value
8080
Appdata PathPathrw

Container Path: /jenkins

Target
/jenkins
Value
/mnt/cache/appdata/jenkins
Jenkins VersionVariable

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
Jenkins Download URLVariable

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
Extra Jenkins Startup ParamatersVariable

Enter extra Jenkins startup parameters if needed.

Target
EXTRA_JENKINS_PARAMS
Extra JVM Startup ParametersVariable

Enter extra JVM start parameters if needed.

Target
EXTRA_JVM_PARAMS
UMASKVariable

Container Variable: UMASK

Value
000
Host Key 1Variable

Container Variable: uid

Target
uid
Value
99
Host Key 2Variable

Container Variable: gid

Target
gid
Value
100
Runtime NameVariable

The name of the runtime (only change if you know what you are doing).

Target
RUNTIME_NAME
Value
jre17