Publishing containers with Jenkins Pipeline
· docker · jenkins · pipeline ·Pulling Docker containers from Docker Hub doesn't require any special handling or credentials, making it quite simple to consume Docker containers in a Jenkins Pipeline. In this blog post however, I'll describe a simple pattern which I have been using to programmatically publish Docker containers to Docker Hub from a Jenkins Pipeline.