glance- / docker-plugin

Jenkins Cloud Plugin for Docker

Home Page:https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker plugin for Jenkins

Build Status

Jenkins Cloud Plugin for Docker

The aim of this docker plugin is to be able to use a docker host to dynamically provision a slave, run a single build, then tear-down that slave, without the build process (or Jenkins job definition) requiring any awareness of docker.

The Jenkins administrator configures Jenkins with knowledge of one or more docker hosts (or swarms), knowledge of one or more "templates" (which describe the labels/tags that this template provides, the docker image, how to start it, etc) and Jenkins can then run docker containers to provide Jenkins (slave) Nodes on which Jenkins can run builds.

More documentation available on the Jenkins wiki: https://plugins.jenkins.io/docker-plugin

Note: There is more than one docker plugin for Jenkins. e.g. if you are using Jenkins pipeline / workflow / Jenkinsfile builds with code including terms like docker.withDockerRegistry or docker.image etc then you're using the docker-workflow plugin and should probably go to its repository instead of this one.

About

Jenkins Cloud Plugin for Docker

https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin

License:MIT License


Languages

Language:Java 96.0%Language:HTML 3.8%Language:Groovy 0.2%Language:JavaScript 0.0%