
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
13 lines
452 B
XML
13 lines
452 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<project>
|
|
<publishers>
|
|
<com.uber.jenkins.phabricator.PhabricatorNotifier>
|
|
<commentOnSuccess>false</commentOnSuccess>
|
|
<uberallsEnabled>false</uberallsEnabled>
|
|
<commentFile>.foo</commentFile>
|
|
<commentSize>137</commentSize>
|
|
<commentWithConsoleLinkOnFailure>false</commentWithConsoleLinkOnFailure>
|
|
</com.uber.jenkins.phabricator.PhabricatorNotifier>
|
|
</publishers>
|
|
</project>
|