I would bet your java process is running into excess Garbage Collection,
causing the entire thing to hang. It probably isn't because of the pipeline
itself. Check your garbage collection when this happens to see if you are
hung with full collections.
On Tuesday, September 19, 2017 at 6:18:33 P
Hi,
We've got a setup with a mix of Pipeline, Multi-configuration and
Freestyle jobs. We have a Jenkins master and many slave nodes for
executing the builds.
Most of the time the pipeline jobs move onto one of the slave nodes
(chosen by the agent label) but occasionally we see issues where one
of