jenkins-job-builder/tests/properties/fixtures/gitbucket-minimal.xml

10 lines
309 B
XML

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