Day 27: Jenkins Declarative Pipeline with Docker
This is a blog related to how to write Jenkins Pipeline as code in Pipeline Script.
Docker Build and Docker Run
docker build: You can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build command. (Make sure you have d...
devopsplaybook.hashnode.dev2 min read