/coding-webhook-plugin

Jenkins plugin for Coding

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Jenkins Coding Webhook Plugin

This plugin integrates Coding with Jenkins. It handles WebHook request and triggers builds for pushes and merge/pull requests.

Installation

This plugin has been published to the official Plugins Index, follow the Managing Plugins document to install it.

Usage

See https://open.coding.net/ci/jenkins (Chinese)

Development

Run ./gradlew server to start the development server.

You may want to disable debug options to get faster page load time:

./gradlew -Dstapler.jelly.noCache=false -Dstapler.trace=false -Ddebug.YUI=false server

Acknowledgements

This project is started and based on the gitlab-plugin, thanks for the great project.