Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[JENKINS-75184] CredentialsMatcher fail with ECR Security Token #977

Merged
merged 1 commit into from
Jan 24, 2025

Conversation

nfalco79
Copy link
Member

Add a try catch block in CredentialsMatcher implementation when invoke UsernamePasswordCredentials#getPassword method to handle those implementations that perform some operations, like an HTTP call, for which throw an exception.

Add a try catch block in CredentialsMatcher implementation when invoke UsernamePasswordCredentials#getPassword method to handle those implementations that perform some operations, like an HTTP call, for which throw an exception.
@nfalco79 nfalco79 force-pushed the feature/JENKINS-75184 branch from 345961f to 3c6d43b Compare January 24, 2025 21:35
@nfalco79 nfalco79 merged commit dfbc877 into master Jan 24, 2025
19 checks passed
@nfalco79 nfalco79 deleted the feature/JENKINS-75184 branch January 24, 2025 23:06
@nfalco79 nfalco79 added the bug label Jan 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant