Day 27 Task: Jenkins Declarative Pipeline with Docker
Task-01
Create a docker-integrated Jenkins declarative pipeline
Use the above-given syntax using sh inside 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 ...
vshivde.hashnode.dev1 min read