Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.61 KB

README.md

File metadata and controls

47 lines (28 loc) · 1.61 KB

Jenkins AccuRev Plugin

Build Status Jenkins Plugin GitHub release Jenkins Plugin Installs

This plugin allows you to use AccuRev as a SCM.

Adopt this plugin

This plugin is up for adoption, it needs an activate maintainer who actively uses AccuRev.

Bug Reports

File bug reports here

Development

Start the local Jenkins instance:

mvn hpi:run

How to install

Run

mvn clean package

to create the plugin .hpi file.

To install:

  1. copy the resulting ./target/accurev.hpi file to the $JENKINS_HOME/plugins directory. Don't forget to restart Jenkins afterwards.

  2. or use the plugin management console (http://example.com:8080/pluginManager/advanced) to upload the hpi file. You have to restart Jenkins in order to find the pluing in the installed plugins list.

Plugin releases

mvn release:prepare release:perform -B