Skip to content

Jenkins docker image extended from jenkinsci/docker

License

Notifications You must be signed in to change notification settings

Konnektid/jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Jenkins docker image extended from jenkinsci/docker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages