Kien Ha 8a5fd48736 Update hue light plugin to use convert xml
- Rename test file to be more descriptive
- Update doc unnecessary new lines

Change-Id: I78f75c5fa0ea8cacb8acd6f591f0c11a4416e4a5
Signed-off-by: Kien Ha <kienha9922@gmail.com>
2016-07-21 20:54:17 -04:00

15 lines
421 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<org.jenkinsci.plugins.hue__light.LightNotifier plugin="hue-light">
<lightId>
<string>123</string>
</lightId>
<preBuild>yellow</preBuild>
<goodBuild>red</goodBuild>
<unstableBuild>blue</unstableBuild>
<badBuild>green</badBuild>
</org.jenkinsci.plugins.hue__light.LightNotifier>
</publishers>
</project>