Didn't get a lot done in the last month. Though a lot of trial and errors trying to get my Docker images to be tested in Jenkins. It turns out that you can't use the Docker Build Step to build and run the Docker container. You can build an image but you can't build and run the container. You need to use a Execute Shell and run it via a CLI command. It is a very unclean way for it to work. However, I got it to work finally and started to convert some of my internal libraries.