Build a Docker Image with a Jenkins Freestyle Job
In the previous article of this series, we created a simple freestyle job that would package a simple Maven Project. In this article, we are going to build a docker image with a Jenkins freestyle job for our project and…