Add GitBucket plugin support

Change-Id: I2a9fda9a91e382a65119a719655edd4ca340aa8c
Signed-off-by: Kien Ha <kienha9922@gmail.com>
This commit is contained in:
Kien Ha
2016-07-28 23:08:36 -04:00
parent a90a26fece
commit 00f7a3f3b7
5 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket">
<url>https://foo.com</url>
<linkEnabled>true</linkEnabled>
</org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
</properties>
</project>

View File

@@ -0,0 +1,4 @@
properties:
- gitbucket:
url: https://foo.com
link-enabled: true

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty plugin="gitbucket">
<url>https://foo.com</url>
<linkEnabled>false</linkEnabled>
</org.jenkinsci.plugins.gitbucket.GitBucketProjectProperty>
</properties>
</project>

View File

@@ -0,0 +1,3 @@
properties:
- gitbucket:
url: https://foo.com