diff --git a/PHPCI/Plugin/Deployer.php b/PHPCI/Plugin/Deployer.php index 62f51d0d..bda55ff0 100644 --- a/PHPCI/Plugin/Deployer.php +++ b/PHPCI/Plugin/Deployer.php @@ -59,6 +59,8 @@ class Deployer implements \PHPCI\Plugin $response = $http->post($this->webhookUrl, array( 'reason' => $this->phpci->interpolate($this->reason), + 'source' => 'PHPCI', + 'url' => $this->phpci->interpolate('%BUILD_URI%'), )); return $response['success'];