jenkinsci / coding-webhook-plugin

Jenkins plugin for coding.net
https://plugins.jenkins.io/coding-webhook
GNU General Public License v3.0
60 stars 19 forks source link
coding java jenkins-plugin webhook

This project is archived in favor of coding's official jenkins integration.


Jenkins Coding Webhook Plugin Build Status

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. The coding-api module follows github-api, and coding-auth module follows github-oauth-plugin, thanks for them.