Source: medium.com

Gitlab-CI with Nexus

Category: Deployment, Software, Kubernetes, Docker, Jenkins, gitlab, yaml, shell

Recently I was asked to set up a CI- Pipeline for a Springboot application. I said “piece of cake”, as I have already worked on Jenkins pipeline, and knew about build tool maven so it won’t be a much hustle. But there was a hitch, “pipeline of Gitlab CI”.

Related Articles