Jenkins Declarative Pipeline with Docker
Sep 8, 2023 · 2 min read · 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. (Make sure you have docker installed with correct permissions. docker run: You can use sh 'd...
Join discussion