Hi guys,
I have a Credentials plugin question. My plugin uses an API Token to access our API. We have users store their token as a ‘Secret Text’ Credential in the Credentials plugin. They can then choose it from a dropdown in the plugin’s Config UI.
I have the plugin working and accessing the Credentials, but what I’m confused about is correctly restricting which Credentials the plugin can see. This plugin can be used in both Freestyle and Pipeline jobs, and can be run on Slave Nodes as well the master Jenkins server.
So, here are my questions:
Thanks,
Andrew