![Chris Burroughs](/assets/img/avatar_default.png)
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
11 lines
377 B
XML
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>
|