jenkins-job-builder/tests/properties/fixtures/ownership.xml
Ilia Meerovich 687d9f94eb Adding unittest to ownership property
Change-Id: I800001c651ed7db7e0c865e8f859e2d80cbc42e2
2015-06-15 11:00:08 +03:00

16 lines
479 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<com.synopsys.arc.jenkins.plugins.ownership.jobs.JobOwnerJobProperty>
<ownership>
<ownershipEnabled>true</ownershipEnabled>
<primaryOwnerId>foo</primaryOwnerId>
<coownersIds>
<string>bar</string>
<string>moo</string>
</coownersIds>
</ownership>
</com.synopsys.arc.jenkins.plugins.ownership.jobs.JobOwnerJobProperty>
</properties>
</project>