jenkins-job-builder/tests/publishers/fixtures/campfire001.xml
Peter Liljenberg 4400ed4f88 Added support for Jenkins Campfire plugin
Basic setup of Campfire notifications from builds.

Change-Id: I4e0bc43a1583fe51e0510743844d66e82b184e23
2014-02-20 08:31:26 +01:00

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>