To make Plot-plugin compatible with Pipeline (Jenkins file) in Jenkins2
https://github.com/MarkusDNC/plot-plugin
I had to build and install the plugin from the hpi file.
I didn't have the maven environment at hand, so I searched for it with docker.
docker run -it maven /bin/bash
You can log in to the container that contains the maven environment by executing.
After that, you can compile with git clone
-> mvn install
Docker container super convenient
Recommended Posts