-
Bug
-
Resolution: Unresolved
-
Critical
-
None
When a push to Gerrit spawns many builds of a pipeline they all share the same script directory to checkout the Jenkinsfile from git:
Checking out git ssh://gerrit... into /path/to/job/somelonghash to read path/to/Jenkinsfile
For each build spawned at the same time the somelonghash is the same, so occasionally these jobs step on each others git checkouts