-
-
Notifications
You must be signed in to change notification settings - Fork 501
Open
Labels
bughelp wantedWill accept pull request as top priorityWill accept pull request as top priorityneeds investigation
Description
ISSUE TYPE
- Bug Report
Jenkinsapi 0.3.9
Jenkins 2.150.2
SUMMARY
If I do "Replay" from a pipeline build it confuses the fingerprint handling code, frequently leading to errors when the fingerprints are perfectly correct. This seems to be because the new artifact has the same content and hence md5sum but a different file name (our artifact has a timestamp in its name), leading to the "original" structure having the wrong data.
EXPECTED RESULTS
Fingerprints should match correctly.
ACTUAL RESULTS
jenkinsapi.custom_exceptions.ArtifactBroken: Artifact c95cdb45923926b28833833b770770e1 seems to be broken, check <jenkins url>
In log
Filename from jenkins (<artifact name from original build>) did not match provided (<artifact name from replayed build>)
Metadata
Metadata
Assignees
Labels
bughelp wantedWill accept pull request as top priorityWill accept pull request as top priorityneeds investigation