https://github.com/jenkinsci/accurev-plugin
Jenkins accurev plugin
https://github.com/jenkinsci/accurev-plugin
accurev adopt-this-plugin java jenkins-accurev-plugin jenkins-plugin scm
Last synced: 4 months ago
JSON representation
Jenkins accurev plugin
- Host: GitHub
- URL: https://github.com/jenkinsci/accurev-plugin
- Owner: jenkinsci
- License: mit
- Created: 2010-12-13T05:25:58.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2024-08-26T18:50:30.000Z (about 1 year ago)
- Last Synced: 2025-03-31T07:02:01.394Z (6 months ago)
- Topics: accurev, adopt-this-plugin, java, jenkins-accurev-plugin, jenkins-plugin, scm
- Language: Java
- Homepage: https://plugins.jenkins.io/accurev/
- Size: 1.07 MB
- Stars: 14
- Watchers: 96
- Forks: 38
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jenkins AccuRev Plugin
[](https://ci.jenkins.io/job/Plugins/job/accurev-plugin/job/master/)
[](https://plugins.jenkins.io/accurev)
[](https://github.com/jenkinsci/accurev-plugin/releases/latest)
[](https://plugins.jenkins.io/accurev)This plugin allows you to use [AccuRev](https://www.microfocus.com/en-us/products/accurev/overview) 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](http://issues.jenkins-ci.org/secure/IssueNavigator.jspa?mode=hide&reset=true&jqlQuery=project+%3D+JENKINS+AND+status+in+%28Open%2C+%22In+Progress%22%2C+Reopened%29+AND+component+%3D+%27accurev-plugin%27)
## Development
Start the local Jenkins instance:
```bash
mvn hpi:run
```### How to install
Run
```bash
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
```bash
mvn release:prepare release:perform -B
```