4400ed4f88
Basic setup of Campfire notifications from builds. Change-Id: I4e0bc43a1583fe51e0510743844d66e82b184e23
17 lines
409 B
XML
17 lines
409 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<hudson.plugins.campfire.CampfireNotifier>
|
|
<campfire>
|
|
<subdomain>sub</subdomain>
|
|
<token>TOKEN</token>
|
|
<ssl>true</ssl>
|
|
</campfire>
|
|
<room>
|
|
<name>room</name>
|
|
<campfire reference="../../campfire"/>
|
|
</room>
|
|
</hudson.plugins.campfire.CampfireNotifier>
|
|
</publishers>
|
|
</project>
|