From e1703eb012f680154bb042bc1a3f19cbe12b7240 Mon Sep 17 00:00:00 2001 From: yashin Date: Mon, 23 Jul 2018 10:34:03 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=92=E4=BB=B6=E6=8F=8F?= =?UTF-8?q?=E8=BF=B0=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 1 + src/main/resources/index.jelly | 2 ++ 2 files changed, 3 insertions(+) diff --git a/pom.xml b/pom.xml index 37fe937..f7605d2 100644 --- a/pom.xml +++ b/pom.xml @@ -16,6 +16,7 @@ gitee 1.0.12-SNAPSHOT Gitee Plugin + 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. https://wiki.jenkins.io/display/JENKINS/Gitee+Plugin hpi diff --git a/src/main/resources/index.jelly b/src/main/resources/index.jelly index b2f9891..6e917ff 100644 --- a/src/main/resources/index.jelly +++ b/src/main/resources/index.jelly @@ -3,4 +3,6 @@ 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.