You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The jenkins fingerprint API only returns a single filename that matches any given artifact. If more than a single artifact shares the same checksum, the artifact is deemed broken due to a name mismatch. Disabling strict_validation has no effect.
EXPECTED RESULTS
Setting strict_validation to False allows valid checksums with invalid file names to save.
ACTUAL RESULTS
Any build with more than one artifact with the same checksum will fail to save.
USEFUL INFORMATION
Replication -
Create two artifacts with the exact same content, but with different file names. Verify the checksums are identical.
Attempt to use JenkinsAPI to save both artifacts.
Observe one artifact saves fine because it matches the only filename returned for that checksum
Observe one artifact throws a broken artifact exception because the checksum matches, but the filename does not.
The text was updated successfully, but these errors were encountered:
ISSUE TYPE
Jenkinsapi VERSION
0.3.11
Jenkins VERSION
Jenkins 2.235.5
SUMMARY
The jenkins fingerprint API only returns a single filename that matches any given artifact. If more than a single artifact shares the same checksum, the artifact is deemed broken due to a name mismatch. Disabling strict_validation has no effect.
EXPECTED RESULTS
Setting strict_validation to False allows valid checksums with invalid file names to save.
ACTUAL RESULTS
Any build with more than one artifact with the same checksum will fail to save.
USEFUL INFORMATION
Replication -
The text was updated successfully, but these errors were encountered: