Day 27 Task: Jenkins Declarative Pipeline with Docker

Aspiring DevOps Engineer | Linux | Git & Github | Shell Scripting | Docker | CI/CD Jenkins | Kubernetes | AWS | Terraform | JIRA | Python |
Task-01
Create a docker-integrated Jenkins declarative pipeline

Use the above-given syntax using
shinside the stage block


You will face errors in case of running a job twice, as the docker container will be already created, so for that do task 2

Task-02
Create a docker-integrated Jenkins declarative pipeline using the
dockergroovy syntax inside the stage block.
You won't face errors, you can Follow this documentation
Complete your previous projects using this Declarative pipeline approach






