
Creating CI/CD Pipeline for Deploying into the kubernetes using Jenkins.
Create the Pipeline script for the Following purpose.1. Checkout the Code from Git.2. Build it using the Maven.3. Create the Docker Image.4. Push it to the Docker Hub.5. Deploy the Docker...