Allows use of plain strings and files as credentials to be passed to miscellaneous build steps.
This plugin provides two new types of credentials:
FileCredentials
or Secret file:
StringCredentials
or Secret text:
These credentials were originally designed to be used together with the Credentials Binding Plugin. See the plugin for an example use case.
However, as described in the Credentials Plugin documentation, they could potentially be used by any other plugin that requires them.
To build the plugin locally:
mvn clean verify
To release the plugin:
mvn release:prepare release:perform -B
To test in a local Jenkins instance
mvn hpi:run