Skip to content

RiccardoBoettcher/plain-credentials-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  • StringCredentials or Secret text:

SecretText screenshot 1

Usage

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.

Environment

The following build environment is required to build this plugin

  • java-1.6 and maven-3.0.5

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%