Skip to content

yangjinju/coding-webhook-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Jenkins plugin for coding.net

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 94.0%
  • HTML 6.0%