diff --git a/PHPCI/View/Build/view.phtml b/PHPCI/View/Build/view.phtml index 1af884be..6e181444 100644 --- a/PHPCI/View/Build/view.phtml +++ b/PHPCI/View/Build/view.phtml @@ -3,6 +3,7 @@
Branch: getBranch(); ?>
+ Committer: getCommitterEmail(); ?>
Commit ID: getCommitId() == 'Manual' ? 'HEAD' : $build->getCommitId(); ?>
Commit Message: getCommitMessage(); ?>