Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 794 Bytes

File metadata and controls

27 lines (17 loc) · 794 Bytes

Contributing to the conjur credentials plugin

Building from Source

To build the plugin from source, Maven is required. Build it like this:

git clone https://github.com/jenkinsci/conjur-credentials-plugin
cd conjur-credentials-plugin
mvn clean install

Installing from Binaries

As another option, you can use the latest .hpi found under the binaries folder.

Install in Jenkins

When you have the .hpi file, log into Jenkins as an administrator. Then go to Jenkins -> Manage Jenkins -> Manage Plugins -> Advanced. In the Upload Plugin section, browse for the .hpi and upload it to Jenkins:

Upload Plugin

After installing the plugin, restart Jenkins:

Install Plugin