Add Gogs Plugin
Change-Id: I0230a605fd2c3d0c8f7df2c497f3b837499f8758
This commit is contained in:
9
tests/properties/fixtures/gogs-full.xml
Normal file
9
tests/properties/fixtures/gogs-full.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<properties>
|
||||
<org.jenkinsci.plugins.gogs.GogsProjectProperty>
|
||||
<gogsBranchFilter>master</gogsBranchFilter>
|
||||
<gogsSecret>yoursecret</gogsSecret>
|
||||
</org.jenkinsci.plugins.gogs.GogsProjectProperty>
|
||||
</properties>
|
||||
</project>
|
||||
4
tests/properties/fixtures/gogs-full.yaml
Normal file
4
tests/properties/fixtures/gogs-full.yaml
Normal file
@@ -0,0 +1,4 @@
|
||||
properties:
|
||||
- gogs:
|
||||
branch-filter: 'master'
|
||||
secret: 'yoursecret'
|
||||
9
tests/properties/fixtures/gogs-minimal.xml
Normal file
9
tests/properties/fixtures/gogs-minimal.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<project>
|
||||
<properties>
|
||||
<org.jenkinsci.plugins.gogs.GogsProjectProperty>
|
||||
<gogsBranchFilter/>
|
||||
<gogsSecret/>
|
||||
</org.jenkinsci.plugins.gogs.GogsProjectProperty>
|
||||
</properties>
|
||||
</project>
|
||||
2
tests/properties/fixtures/gogs-minimal.yaml
Normal file
2
tests/properties/fixtures/gogs-minimal.yaml
Normal file
@@ -0,0 +1,2 @@
|
||||
properties:
|
||||
- gogs
|
||||
Reference in New Issue
Block a user