项目作者: jenkinsci

项目描述 :
Jenkins accurev plugin
高级语言: Java
项目地址: git://github.com/jenkinsci/accurev-plugin.git
创建时间: 2010-12-13T05:25:58Z
项目社区:https://github.com/jenkinsci/accurev-plugin

开源协议:MIT License

下载


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:

  1. mvn hpi:run

How to install

Run

  1. 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

  1. mvn release:prepare release:perform -B