This issue is archived. You can view it, but you can't modify it. Learn more

      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);

            Assignee:
            Jozsef Kozell
            Reporter:
            Michael Carter
            Archiver:
            Jenkins Service Account

              Created:
              Updated:
              Resolved:
              Archived: