Skip to content

zaiste/docker-jenkins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-jenkins

Jenkins in a Docker container; based on Ubuntu 13.10. It comes with the following plugins:

  • hipchat.hpi
  • greenballs.hpi
  • credentials.hpi
  • ssh-credentials.hpi
  • ssh-agent.hpi
  • git-client.hpi
  • git.hpi
  • github.hpi
  • github-api.hpi
  • ghprb.hpi
  • github-oauth.hpi
  • scm-api.hpi
  • postbuild-task.hpi

Usage

docker run -d -t -p 8080:8080 -v ${PWD}:/var/lib/jenkins zaiste/jenkins

Building

Grab Dockerfile from this repository on Github

docker build github.com/zaiste/docker-jenkins

Get a Docker image from Docker index

docker pull zaiste/jenkins

Testing

Install docker-test

From within the clone repo

docker-test

Releases

No releases published

Packages

No packages published

Languages