Chris Burroughs 55e857af0f support for the phabricator plugin
This plugin integrates Jenkins with Phabricator's code review and CI
systems.

NOTE: The plugin also provides a wrapper.  The future of that is
unclear time at this time so no jjb support is added.

Change-Id: I36727445a00ab07799ab8d8263340d87c8a13be2
2015-09-10 08:15:12 -04:00

11 lines
377 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<publishers>
<com.uber.jenkins.phabricator.PhabricatorNotifier>
<commentOnSuccess>false</commentOnSuccess>
<uberallsEnabled>false</uberallsEnabled>
<commentWithConsoleLinkOnFailure>false</commentWithConsoleLinkOnFailure>
</com.uber.jenkins.phabricator.PhabricatorNotifier>
</publishers>
</project>