-
Improvement
-
Resolution: Fixed
-
Minor
-
None
Trying to track which credentials are being used in which jobs... but httpRequest and other plugins don't track usage with CrednetialsProvider.trackAll()
Could you either use :
StandardCredentials credential = CredentialsProvider.findCredentialById(id, StandardCredentials.class, run, Collections.emptyList());
or
CredentialsProvider.trackAll(run, cred);
- links to
[JENKINS-69081] use trackall when getting credentials in httpRequest
Description | Original: Trying to track which credentials are being used in which jobs... but httpRequest and other plugins don't track usage with CrednetialsProvider.trackAll() |
New:
Trying to track which credentials are being used in which jobs... but httpRequest and other plugins don't track usage with CrednetialsProvider.trackAll()
Could you either use : StandardCredentials credential = CredentialsProvider.findCredentialById(id, StandardCredentials.class, run, Collections.emptyList()); or CredentialsProvider.trackAll(run, cred); |
Attachment | New: HttpRequestExecution.java [ 58562 ] |
Remote Link | New: This issue links to "PR 113 implementing the enhancement (Web Link)" [ 28243 ] |
Assignee | Original: Janario Oliveira [ janario ] | New: Jozsef Kozell [ kozell ] |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Status | Original: In Progress [ 3 ] | New: In Review [ 10005 ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Review [ 10005 ] | New: Fixed but Unreleased [ 10203 ] |