-
Bug
-
Resolution: Duplicate
-
Major
-
None
-
Platform: All, OS: All
Here is my setup:
1) job running SCM
2) matrix job running the build with compile time configuration.
Both jobs share a lock in order to avoid having the workarea updated by the SCM
while a build is being performed.
The locks plugin gets confused by the matrix job and the father matrix job does
not now allow its sons to run since each of them checks for the lock (which is
taken by their father at that moment).
- duplicates
-
JENKINS-1083 Locks-and-latches plugin not locking properly
- Resolved