# plain-credentials-plugin **Repository Path**: mirrors_jenkinsci/plain-credentials-plugin ## Basic Information - **Project Name**: plain-credentials-plugin - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-19 - **Last Updated**: 2026-02-28 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Jenkins Plain Credentials Plugin Allows use of plain strings and files as credentials to be passed to miscellaneous build steps. ## Description This plugin provides two new types of credentials: - `FileCredentials` or *Secret file*: ![SecretFile screenshot 1](/docs/images/secretFile.png "SecretFile screenshot 1") - `StringCredentials` or *Secret text*: ![SecretText screenshot 1](/docs/images/secretText.png "SecretText screenshot 1") ## Usage These credentials were originally designed to be used together with the [Credentials Binding Plugin](https://plugins.jenkins.io/credentials-binding). See the [plugin](https://plugins.jenkins.io/credentials-binding) for an example use case. However, as described in the [Credentials Plugin](https://plugins.jenkins.io/credentials) documentation, they could potentially be used by any other plugin that requires them. # Build To build the plugin locally: mvn clean verify # Release To release the plugin: mvn release:prepare release:perform -B # Test local instance To test in a local Jenkins instance mvn hpi:run