Add GitBucket plugin support
Change-Id: I2a9fda9a91e382a65119a719655edd4ca340aa8c Signed-off-by: Kien Ha <kienha9922@gmail.com>
This commit is contained in:
9
tests/properties/fixtures/gitbucket-full.xml
Normal file
9
tests/properties/fixtures/gitbucket-full.xml
Normal 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>
|
||||
4
tests/properties/fixtures/gitbucket-full.yaml
Normal file
4
tests/properties/fixtures/gitbucket-full.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
properties:
|
||||
- gitbucket:
|
||||
url: https://foo.com
|
||||
link-enabled: true
|
||||
9
tests/properties/fixtures/gitbucket-minimal.xml
Normal file
9
tests/properties/fixtures/gitbucket-minimal.xml
Normal 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>
|
||||
3
tests/properties/fixtures/gitbucket-minimal.yaml
Normal file
3
tests/properties/fixtures/gitbucket-minimal.yaml
Normal file
@@ -0,0 +1,3 @@
|
||||
properties:
|
||||
- gitbucket:
|
||||
url: https://foo.com
|
||||
Reference in New Issue
Block a user