We are trying to setup a jenkins pipeline with the new jenkins 2.0 pipeline stuff.
When executing gradle builds in sequential steps its no problem.
When executing multiple gradle builds in parallel steps the build get stuck most times.
We tried this with gradle 2.14 and the latest gradle 3.0 build, with both we are not able to complete the build successfully with parallel steps.
So my question is: Is it possible to run multiple gradle builds parallel on the same multi-project workspace?
At the moment it does not look like