Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 584 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 584 Bytes

Jenkins Plain Credentials Plugin

Allows use of plain strings and files as credentials to be passed to miscellaneous build steps. See also this plugin's wiki page

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