Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 950 Bytes

CONTRIBUTING.md

File metadata and controls

29 lines (17 loc) · 950 Bytes

Contributing

Contributions to the CDEvent plugins are encouraged. Please visit the CDEvents site to help understand the purpose and concepts.

Testing

Early adopters and testers are welcome to try out the plugin and provide feedback.

Developing

Prerequisites

  • Java SDK 11: This plugin currently only support JDK11. For instructions on how to install, please refer to the Installation Guide

Testing the Plugin locally

  1. Clone this repository locally

  2. To start a local Jenkins instance, run the following:

    mvn clean hpi:run
  3. To access your local instance, open a browser to http://localhost:8080/jenkins

Issues

Please report any issues and any suggestions using the GitHub Issues in this repository. The issues will be reviewed and, if needed, we can help discuss ideas and solutions.