Day 27 Task: Jenkins Declarative Pipeline with Docker
let's integrate Docker and your Jenkins declarative pipeline
Use your Docker Build and Run Knowledge
docker build - you can use sh 'docker build . -t <tag>' it in your pipeline stage block to run the docker build command. (Make sure you have docker i...
agnes18.hashnode.dev2 min read