jenkins-job-builder/tests/properties/fixtures/gogs-full.xml

10 lines
290 B
XML

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