I am new to jenkins. I want a way to integrate my jenkins and Docker. What is the difference between docker jenkins plugin and jenkins pipeline with docker?
I have read both this
https://wiki.jenkins.io/plugins/servlet/mobile?contentId=71434989#content/view/71434989
And this https://jenkins.io/doc/book/pipeline/docker/
I feel like both approaches do the same thing running jenkins slaves /node on a docker container, but I am not sure.
Thanks