Day 26 was all about a Declarative pipeline, now it is time to level up things, let's integrate Docker and your Jenkins declarative pipeline.....
Let's use our Docker Build and Run Knowledge
docker build - you can use sh 'docker build . -t <tag>' in ...