Day27:Jenkins Declarative Pipeline with Docker
Use your Docker Build and Run Knowledge
docker build - you can use sh 'docker build . -t <tag>' in your pipeline stage block to run the docker build command.
docker run: you can use sh 'docker run -d <image>' in your pipeline stage block to build th...
sayali.hashnode.dev2 min read