> 1) the job is using `$WORKSPACE/.repository` as the maven local repo.
> 2) concurrent build is enabled
> 3) it is a freestyle build, including two maven runs.

Two concurrent builds on the same machine will have different
workspaces (@2 or @3 will be appended to $WORKSPACE). We should
disable concurrent build on the same machine, as they'll interfere
with each other's docker images, so we wouldn't be testing what we
think we're testing.

-Ivan

Reply via email to