Adding committer email to build view

This commit is contained in:
Dan Cryer 2014-02-26 15:33:11 +00:00
parent 192fa20284
commit b4c931be6b

View file

@ -3,6 +3,7 @@
<div id="build-info">
<strong>Branch: </strong> <?php print $build->getBranch(); ?><br>
<strong>Committer: </strong> <?php print $build->getCommitterEmail(); ?><br>
<strong>Commit ID: </strong> <?php print $build->getCommitId() == 'Manual' ? 'HEAD' : $build->getCommitId(); ?><br>
<strong>Commit Message: </strong> <?php print $build->getCommitMessage(); ?>
</div>