Don't install software, define your environment with Docker and Pipeline
This is a guest post by Michael Neale, long time open
source developer and contributor to the Blue Ocean
project.
If you are running parts of your pipeline on Linux, possibly the easiest way to
get a clean reusable environment is to use:
CloudBees
Docker Pipeline plugin.
In this short post I wanted to show how you can avoid installing stuff on the agents, and have per...