Jenkins Declarative Pipeline with Docker
Let's integrate Docker and your Jenkins declarative pipeline.
Use your 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...
ojasj45.hashnode.dev3 min read