This commit is contained in:
Owen Mehegan 2016-03-03 13:59:19 -08:00
parent 53edd3d6d9
commit 29c4043f80
5 changed files with 11 additions and 1 deletions

View File

@ -3,9 +3,15 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>1.609</version>
<version>2.3</version>
</parent>
<properties>
<jenkins.version>1.609.1</jenkins.version>
<hpi-plugin.version>1.115</hpi-plugin.version>
<jenkins-test-harness.version>${jenkins.version}</jenkins-test-harness.version>
</properties>
<artifactId>gitlab-plugin</artifactId>
<version>1.1.30-SNAPSHOT</version>
<name>GitLab Plugin</name>

View File

@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout"
xmlns:t="/lib/hudson" xmlns:f="/lib/form">

View File

@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<j:jelly xmlns:j="jelly:core" xmlns:st="jelly:stapler" xmlns:d="jelly:define" xmlns:l="/lib/layout" xmlns:t="/lib/hudson" xmlns:f="/lib/form">
<f:section title="Gitlab">
<f:entry title="Gitlab host URL" field="gitlabHostUrl"

View File

@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
Configure GitLab to deliver a POST request to your Jenkins instance like GitLab CI.
</div>

View File

@ -1,3 +1,4 @@
<?jelly escape-by-default='true'?>
<div>
This plugin integrates <a href="http://gitlab.com/">GitLab</a> to Jenkins by faking a GitLab CI Server.
</div>