All Projects → jenkinsci → Accurev Plugin

jenkinsci / Accurev Plugin

Licence: mit
Jenkins accurev plugin

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Accurev Plugin

dependency-check-plugin
Jenkins plugin for OWASP Dependency-Check. Inspects project components for known vulnerabilities (e.g. CVEs).
Stars: ✭ 107 (+664.29%)
Mutual labels:  jenkins-plugin
nomad-plugin
Nomad cloud plugin for Jenkins
Stars: ✭ 53 (+278.57%)
Mutual labels:  jenkins-plugin
Dependencycheck
OWASP dependency-check is a software composition analysis utility that detects publicly disclosed vulnerabilities in application dependencies.
Stars: ✭ 3,571 (+25407.14%)
Mutual labels:  jenkins-plugin
file-operations-plugin
File Operations as Build Step in Jenkins
Stars: ✭ 26 (+85.71%)
Mutual labels:  jenkins-plugin
github-api-plugin
This plugin packages stock github-api library
Stars: ✭ 20 (+42.86%)
Mutual labels:  jenkins-plugin
calendar-view-plugin
Jenkins Calendar View Plugin: Shows past and future builds in a calendar view
Stars: ✭ 17 (+21.43%)
Mutual labels:  jenkins-plugin
conditional-buildstep-plugin
A Jenkins plugin which allows to contol the step execution by conditions
Stars: ✭ 16 (+14.29%)
Mutual labels:  jenkins-plugin
Pipeline Aws Plugin
Jenkins Pipeline Step Plugin for AWS
Stars: ✭ 389 (+2678.57%)
Mutual labels:  jenkins-plugin
pipeline-maven-plugin
Pipeline Maven Plugin
Stars: ✭ 50 (+257.14%)
Mutual labels:  jenkins-plugin
Github Plugin
Jenkins GitHub plugin
Stars: ✭ 264 (+1785.71%)
Mutual labels:  jenkins-plugin
custom-tools-plugin
A generic tool installer for Jenkins
Stars: ✭ 25 (+78.57%)
Mutual labels:  jenkins-plugin
docker-commons-plugin
API plugin, which provides the common shared functionality for various Docker-related plugins.
Stars: ✭ 38 (+171.43%)
Mutual labels:  jenkins-plugin
snyk-security-scanner-plugin
Test and monitor your projects for vulnerabilities with Jenkins. This plugin is officially maintained by Snyk.
Stars: ✭ 33 (+135.71%)
Mutual labels:  jenkins-plugin
fabric-beta-publisher-plugin
DEPRECATED: A Jenkins plugin that lets you publish Android apps to Fabric Beta
Stars: ✭ 24 (+71.43%)
Mutual labels:  jenkins-plugin
Generic Webhook Trigger Plugin
Can receive any HTTP request, extract any values from JSON or XML and trigger a job with those values available as variables. Works with GitHub, GitLab, Bitbucket, Jira and many more.
Stars: ✭ 287 (+1950%)
Mutual labels:  jenkins-plugin
bitbucket-push-and-pull-request-plugin
Plugin for Jenkins v2.138.2 or later, that triggers job builds on Bitbucket's push and pull request events.
Stars: ✭ 47 (+235.71%)
Mutual labels:  jenkins-plugin
parameterized-trigger-plugin
Jenkins parameterized-trigger plugin
Stars: ✭ 63 (+350%)
Mutual labels:  jenkins-plugin
Docker Workflow Plugin
Jenkins plugin which allows building, testing, and using Docker images from Jenkins Pipeline projects.
Stars: ✭ 419 (+2892.86%)
Mutual labels:  jenkins-plugin
Email Ext Plugin
Jenkins Email Extension Plugin
Stars: ✭ 298 (+2028.57%)
Mutual labels:  jenkins-plugin
nodejs-plugin
Jenkins nodejs plugin
Stars: ✭ 60 (+328.57%)
Mutual labels:  jenkins-plugin

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].