In the last chapter, you learned about Git, GitLab, the Nexus repository, and how to integrate the Maven build tool with the Nexus repository. You also created a free-style Jenkins job to release the CalculatorAPI2.0 JAR on the Nexus repository. Now that you have the required knowledge, it’s time to look at a few more interesting, real-time scenarios.
This chapter explains how to add a new user as a contributor to a private GitLab repository, ...