https://github.com/jenkinsci/plain-credentials-plugin
https://github.com/jenkinsci/plain-credentials-plugin
jenkins-api-plugin
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jenkinsci/plain-credentials-plugin
- Owner: jenkinsci
- Created: 2013-09-22T00:13:47.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2026-03-01T00:22:58.000Z (4 months ago)
- Last Synced: 2026-03-01T03:49:50.419Z (4 months ago)
- Topics: jenkins-api-plugin
- Language: Java
- Homepage: https://plugins.jenkins.io/plain-credentials/
- Size: 274 KB
- Stars: 10
- Watchers: 101
- Forks: 37
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
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*:

- `StringCredentials` or *Secret text*:

## 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