增加插件描述信息

This commit is contained in:
yashin 2018-07-23 10:34:03 +08:00
parent dc2616800b
commit e1703eb012
2 changed files with 3 additions and 0 deletions

View File

@ -16,6 +16,7 @@
<artifactId>gitee</artifactId>
<version>1.0.12-SNAPSHOT</version>
<name>Gitee Plugin</name>
<description>This plugin integrates Gitee to Jenkins by faking a Gitee CI Server. This plugin allows Gitee to trigger builds in Jenkins when code is committed or merge requests are opened/updated. It can also send build status back to Gitee.</description>
<url>https://wiki.jenkins.io/display/JENKINS/Gitee+Plugin</url>
<packaging>hpi</packaging>

View File

@ -3,4 +3,6 @@
This plugin integrates
<a href="http://gitee.com/">Gitee</a>
to Jenkins by faking a Gitee CI Server.
This plugin allows Gitee to trigger builds in Jenkins when code is committed or merge requests are opened/updated.
It can also send build status back to Gitee.
</div>