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, 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