==================== DevOps Project #1 ==================== Create a JENKINS Pipeline to automate project build process using below Tools 1) Jenkins 2) Git Hub 3) Maven 4) SonarQube 5) Nexus 6) Docker Note: The Jenkins pipeline should contain below stages Stage-1 : Clone Git Repo Stage-2 : MVN Build Stage-3 : Code Review Stage-4 : Nexus Upload Stage-5 : Create Docker Image Stage-6 : Upload Image to Registry Note: Jenkins pipeline should trigger email notification with build status after build got executed.