# github-plugin **Repository Path**: mirrors_blackducksoftware/github-plugin ## Basic Information - **Project Name**: github-plugin - **Description**: Jenkins GitHub plugin - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-10-29 - **Last Updated**: 2025-12-14 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Jenkins Github Plugin ===================== [![Coverage](https://img.shields.io/sonar/http/sonar.lanwen.ru/com.coravy.hudson.plugins.github:github/coverage.svg?style=flat)](http://sonar.lanwen.ru/dashboard/index?id=com.coravy.hudson.plugins.github:github) [![License](https://img.shields.io/github/license/jenkinsci/github-plugin.svg)](LICENSE) [![wiki](https://img.shields.io/badge/GitHub%20Plugin-WIKI-blue.svg?style=flat)](http://wiki.jenkins-ci.org/display/JENKINS/Github+Plugin) Development =========== Start the local Jenkins instance: mvn hpi:run Jenkins Plugin Maven goals -------------------------- hpi:create Creates a skeleton of a new plugin. hpi:hpi Builds the .hpi file hpi:hpl Generates the .hpl file hpi:run Runs Jenkins with the current plugin project hpi:upload Posts the hpi file to java.net. Used during the release. How to install -------------- Run mvn hpi:hpi to create the plugin .hpi file. To install: 1. copy the resulting ./target/rdoc.hpi file to the $JENKINS_HOME/plugins directory. Don't forget to restart Jenkins afterwards. 2. or use the plugin management console (http://example.com:8080/pluginManager/advanced) to upload the hpi file. You have to restart Jenkins in order to find the pluing in the installed plugins list. Plugin releases --------------- mvn release:prepare release:perform -Dusername=juretta -Dpassword=******