docker-workflow-plugin

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

MIT License

Stars
502
Committers
61

Bot releases are hidden (Show)

docker-workflow-plugin - 1.20

Published by oleg-nenashev about 5 years ago

🚀 New features and improvements

  • Add Container ID detection for GitHub Actions (#187) @jonico

📝 Documentation updates

  • Move changelog to GitHub, add badges for the plugin site and release stats (#192) @oleg-nenashev
  • JENKINS-59172 - Use GitHub as a source of documentation on plugins.jenkins.io (#191) @oleg-nenashev

👻 Maintenance

  • Enable Release Drafter in the Repository (#190) @oleg-nenashev
  • Use try-with-resource in 'Dockerfile#parse()' (#186) @stefanbirkner