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…
If you look at the predefined repositories in your Nexus installation, you would see the following. Here notice the 4 Maven repositories. Name Type Purpose maven-central proxy This points to the Maven public repository where we normally retrieve artifacts from.…
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…
If you are here without reading the previous article Dockerfile: Layered Architecture, then I would encourage you to read it first as some of the things in this article would not make sense without that. In the previous article, we…