/jenkins

A jenkins docker image with docker socket and few plugins and groovy scripts to start.

Primary LanguageGroovyMIT LicenseMIT

jenkins

Build Status Docker Pulls Docker Stars MicroBadger Layers (tag) MicroBadger Size (tag) License: MIT

A customized jenkins container ready to use with preinstalled plugins and customs groovy scripts.

Groovy scripts

  • crsf protection
  • disabled CLI remoting
  • disable old agent protocol
  • enabling slave master access control
  • define the number of executors (default to 0).
  • create a default admin user jenkins.
  • prevent anonymous users to have read access.
  • custom theme.

Environment variables

  • JENKINS_NB_EXECUTORS : number of executors
  • JENKINS_ADMIN_PASS : Password for jenkins user

How to use this image

For a complete Jenkins setup, look at jenkins setup