Workflow Automation: Publishing Artifacts to Nexus Repository using Jenkins Pipelines
In this guide, we will use Jenkins as a Continuous Integration server and Nexus Repository as a build repository. The goal of this guide is to create a workflow where we can build, store, organize, and monitor the compiled artifacts by Maven through our CI server. Before we begin, make ... Read More