Day 27 Task: Jenkins Declarative Pipeline with Docker

#90DaysOfDevOps

Use your Docker Build and Run Knowledge

#TASK1

-Create a docker-integrated Jenkins declarative pipeline

#TASK2

-Create a docker-integrated Jenkins declarative pipeline using the docker groovy syntax inside the stage block.

-Complete your previous projects using this Declarative pipeline approach

-localhost:8080

-In Jenkins, create a new pipeline job, and select "Pipeline" as the project type.

-Use the above-given syntax using sh inside the stage block

-In the configuration, In the pipeline script section, define your stages, steps, and parameters.

-Use the above-given syntax using sh inside the stage block