Verify that jobs actually come from PHPCI

This commit is contained in:
Dan Cryer 2015-10-06 11:38:09 +01:00
commit 7e2fee9504
2 changed files with 15 additions and 0 deletions

View file

@ -152,6 +152,7 @@ class BuildService
if (!empty($settings['host']) && !empty($settings['queue'])) {
$jobData = array(
'type' => 'phpci.build',
'build_id' => $build->getId(),
);