DevOps(Day-27) : Jenkins Declarative Pipeline with Docker
TABLE OF CONTENTS Task-1 : Using 'sh' syntax Task-2 : Using 'docker' groovy syntax 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...



