A Simple Freestyle Job in Jenkins
In the previous article, we installed Jenkins on a Linux server as a Docker container. And now it is time to put our Jenkins server into use. In this article, we are going to look into configuring a very simple…
In the previous article, we installed Jenkins on a Linux server as a Docker container. And now it is time to put our Jenkins server into use. In this article, we are going to look into configuring a very simple…
In the previous article, we installed Nexus. If you had looked around the GUI, you may have noticed that by default, there are some pre-configured repositories in Nexus. And you would see four of them for Maven as show in…
If you are here without reading the previous articles Dockerfile: Layered Architecture and Dockerfile: Multi-stage Build, then I would encourage you to read them first as the foundation for this article is there. In the previous article we built an…