Add Gogs Plugin

Change-Id: I0230a605fd2c3d0c8f7df2c497f3b837499f8758
This commit is contained in:
Unpublished
2021-01-16 12:21:15 +01:00
parent 2563ae4ef0
commit fedd4b52ab
8 changed files with 74 additions and 0 deletions

View 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>

View File

@@ -0,0 +1,4 @@
properties:
- gogs:
branch-filter: 'master'
secret: 'yoursecret'

View 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>

View File

@@ -0,0 +1,2 @@
properties:
- gogs