增加插件描述信息
This commit is contained in:
parent
dc2616800b
commit
e1703eb012
1
pom.xml
1
pom.xml
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue