From b4c931be6bad2a6543c7f5e4cb52ac16c199bed7 Mon Sep 17 00:00:00 2001 From: Dan Cryer Date: Wed, 26 Feb 2014 15:33:11 +0000 Subject: [PATCH] Adding committer email to build view --- PHPCI/View/Build/view.phtml | 1 + 1 file changed, 1 insertion(+) 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(); ?>