jenkins-job-builder/tests/properties/fixtures/github-full.xml
Kien Ha b01fb482ce Add display-name option to github plugin
- Rename test file to be more descriptive
- Add full test file
- Add plugin="github" attribute
- Update plugin to use convert xml

Change-Id: I579248edbab73bda8a5ab8afc11805ac61e049b4
Signed-off-by: Kien Ha <kienha9922@gmail.com>
2016-08-26 19:48:29 -04:00

10 lines
354 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<com.coravy.hudson.plugins.github.GithubProjectProperty plugin="github">
<projectUrl>https://github.com/openstack-infra/jenkins-job-builder/</projectUrl>
<displayName>foo</displayName>
</com.coravy.hudson.plugins.github.GithubProjectProperty>
</properties>
</project>