/CICD-Jenkins-Pipeline-Script

Today we are going to see a complete tutorial on continuous integration and continuous deployment. We will create a pipeline script to clone a git project, compile, test, package using maven and then deploy the war file to a webserver running as a docker container.