Day 18 was all about a Declarative pipeline, now its 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 sh 'docker build . -t <tag>' in your pipelin...