b01fb482ce
- 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>
10 lines
354 B
XML
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>
|