Docker and Jenkins: Orchestrating Continuous Delivery
Combining Jenkins and Docker for effective and scalable continuous delivery.
Join the DZone community and get the full member experience.
Join For FreePast week I had the honor of speaking at the Docker Barcelona Meetup about how to use Jenkins for doing typical Docker tasks like creating images, publishing them, or having a trace of what has occurred on them. Finally I introduced the new (or not so new) Jenkins Pipeline plugin, which allows you to create your continuous delivery pipeline by coding it using a Groovy DSL instead of relying on static steps like when you use FreeStyle jobs. At the end I showed the crowd how to use it with Docker.
You can see the slides in slideshare or as html.
Jenkins Docker from Alex Soto
We keep learning,
Alex.
Music: https://www.youtube.com/watch?v=YQHsXMglC9A
Published at DZone with permission of Alex Soto, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Comments