Jenkins Declarative Pipeline with Docker
#90daysdevopschallenge
#day27
If you are new to Jenkins then Please go through from basic:
Jenkins-Basic
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 i...
devunnatig.hashnode.dev2 min read