Jenkins plugin which allows building, testing, and using Docker images from Jenkins Pipeline projects.
A full description is available in the plugin’s documentation.
The plugin has a Docker-based demo. See the demo README page for setup and launch guidelines.
Prior to release, edit demo/plugins.txt
to use the snapshot version and run:
mvn -DskipTests clean install
make -C demo run
and verify that the demo works.
After the Maven release completes, update the docker-workflow
version in demo/plugins.txt
to the release version and run
make -C demo run
to sanity check, then
make -C demo push-latest
- For new versions, see GitHub Releases
- For versions 1.19 and older, see the plugin's Wiki page