Sign inSign up

ich777/jenkins

By ich777

•Updated 10 months ago

Image
1

10K+

ich777/jenkins repository overview

⁠Jenkins in Docker optimized for Unraid

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.

⁠Env params

NameValueExample
SERVER_DIRFolder for gamefile/serverdata/serverfiles
JENKINS_VEnter 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.latest
JENKINS_URLMirror 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.comhttp://mirror.xmission.com⁠
EXTRA_JENKINS_PARAMSEnter extra Jenkins startup parameters if needed.empty
EXTRA_JVM_PARAMSEnter extra JVM start parameters if needed.empty
UIDUser Identifier99
GIDGroup Identifier100

⁠Run example

docker run --name Jenkins -d \
	-p 8080:8080 \
	--env 'JENKINS_V=latest' \
	--env 'JENKINS_URL=ftp://mirror.serverion.com' \
	--env 'RUNTIME_NAME=jre11' \
	--env 'UID=99' \
	--env 'GID=100' \
	--volume /path/to/jenkins:/jenkins \
	ich777/jenkins

This Docker was mainly edited for better use with Unraid, if you don't use Unraid you should definitely try it!

⁠Support Thread: https://forums.unraid.net/topic/83786-support-ich777-application-dockers/⁠

Tag summary

Content type

Image

Digest

sha256:f0ab6529e…

Size

207.3 MB

Last updated

10 months ago

docker pull ich777/jenkins