oddgames-david / plasticscm-plugin

A plugin for Jenkins to be able to use Plastic SCM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Plastic SCM plugin for Jenkins

Plugin Version Build Status

This plugin integrates Jenkins with Plastic SCM.

Requirements

  • Jenkins 2.60.3 or newer
  • Plastic SCM command line client 8.0.16.3400 or newer

Configuration

See plugin website for instructions how to setup and use the plugin.

Development

Building the Plugin

To build the plugin you will need

Run the following command to build the plugin

mvn package

Contributing to the Plugin

New feature proposals and bug fix proposals should be submitted as pull requests. Fork the repository. Make the desired changes in your forked copy. Submit a pull request to the master branch.

Use the Jenkins SCM API coding style guide for new code.

Before submitting a pull request please check if your code passes code quality and style checks by running

mvn verify

All pull requests will be evaluated by Jenkins CI.

About

A plugin for Jenkins to be able to use Plastic SCM

License:MIT License


Languages

Language:Java 98.6%Language:HTML 1.2%Language:Groovy 0.2%