aws-secrets-manager-credentials-provider-plugin
aws-secrets-manager-credentials-provider-plugin copied to clipboard
fix: Use fingerprint icon from core
The change proposed utilizes the corresponding icon from core, which respects themes properly.
Current implementation on dark mode:
Proposed change:

cc @chriskilding
@NotMyFault do you know which Jenkins version introduced the new icon?
This plugin currently has a base of
- Jenkins 2.289
- Parent POM 2.40
- BOM 1461.vb_3c6de28f2b_a_
So I want to avoid the possibility of introducing an 'icon not found' error if these aren't new enough.
@NotMyFault I have brought the BOM dependency up to date to bring in the latest credentials-plugin version. It appears that BasicSSHUserPrivateKey now uses symbol-fingerprint for its icon - not icon-fingerprint as in this PR.
Is it ok to use symbol-fingerprint instead?
Yes, apparently I lost track of the PR, apologizes.
Keep in mind that Jenkinsfile modifications on my fork don't modify the Jenkinsfile revisions the PR build uses, hence the build uses 2.289.3 still.
This may also fix #246