Skip to content

mmunro-ltrr/docker-workflow-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CloudBees Docker Pipeline Plugin

Jenkins plugin which allows building, testing, and using Docker images from Jenkins Pipeline projects.

Summary

A full description is available in the plugin’s documentation.

Demo

The plugin has a Docker-based demo. See the demo README page for setup and launch guidelines.

Releasing

Prior to release, run:

mvn -DskipTests clean install
make -C demo clean run-snapshot

and verify that the demo works.

After the release makes it to the update center, update the docker-workflow version in demo/plugins.txt and run

make -C demo run

to sanity check, then

make -C demo push-latest

License

MIT License

Packages

No packages published

Languages

  • Java 92.0%
  • Groovy 3.8%
  • Shell 1.8%
  • HTML 1.3%
  • Other 1.1%