Jenkins Declarative Pipeline with Docker
It's time to level up things, let's integrate Docker and your Jenkins declarative pipeline.
Use your Docker Build and Run Knowledge
Docker build: you can use the sh docker build . -t <tag> in your pipeline stage block to run the docker build comman...
sumitramchandra.hashnode.dev2 min read