Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 575 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 575 Bytes

Jenkins

Jenkins docker image extended from jenkinsci/docker.

Usage

docker run \
    -p 8080:8080 -p 50000:50000 \
    -v /your-local-folder:/var/jenkins_home \
    --name kndjenkins \
    konnektid/jenkins

Additions

This image comes with a few additions on top of the Jenkins base image.

Tools:

  • NodeJS 6
  • Ansible 2

Plugins:

  • Pipeline
  • GitHub Authentication plugin
  • GitHub Branch Source Plugin
  • NodeJS Plugin
  • Ansible Plugin
  • embeddable-build-status
  • ANSI Color Plugin
  • Priority Sorter Plugin