-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
Kinda at my ropes end with this one.
I've got an inhouse plugin which takes credentials from one place and puts them into Jenkins. It's got an AsyncAperiodicWork component to do a scheduled refresh. Problem is CredentialsProvider.findCredentialById requires a Run object. How do I get a run object from AsyncAperiodicWork?
Be nice if there was a findCredentialById that didn't require the Run object.