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-61131] Fix broken credentials selection #116

Merged
merged 1 commit into from
Mar 9, 2020

Conversation

albers
Copy link
Member

@albers albers commented Mar 3, 2020

Fixes JENKINS-61131.

#110 changed the population of the credentials selection to no longer use deprecated api.
Credentials are now resolved in the context of Jenkins.getAuthentication(), which does not return any matches.

According to the documentation of the credentials-plugin, interactive lookups on the main
configuration page should be performed as ACL.SYSTEM.

Signed-off-by: Harald Albers [email protected]

jenkinsci#110 changed the population of the credentials selection to no longer use deprecated api.
Credentials are now resolved in the context of Jenkins.getAuthentication(), which does not return any matches.

According to the documentation of the credentials-plugin, interactive lookups on the main
configuration page should be performed as ACL.SYSTEM.

Signed-off-by: Harald Albers <[email protected]>
Copy link
Member

@jetersen jetersen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@pjdarton pjdarton merged commit 36166a4 into jenkinsci:master Mar 9, 2020
@pjdarton
Copy link
Member

pjdarton commented Mar 9, 2020

Thanks for the fix; much appreciated.

@albers albers deleted the fix-jenkins-61131 branch March 10, 2020 19:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants