-
Bug
-
Resolution: Fixed
-
Critical
-
None
There's a race-condition when creating fingerprints because Util reuses the same byte buffer for all DigestInputStreams
- is duplicated by
-
JENKINS-10091 Concurrent fingerprint corruption
-
- Resolved
-
-
JENKINS-4899 fingerprints with Maven jobs not always working
-
- Resolved
-
This is because DigestInputStream implements the method in the following way.