Jenkins Declarative Pipeline with Docker
Use Docker Build and 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 docker installed with correct permissions.
docker run: you can use sh 'docker run -d <i...
prabirmahatha.hashnode.dev2 min read