Added Gitlab support
This commit is contained in:
parent
f1fab01fd8
commit
47be59ae46
4 changed files with 123 additions and 1 deletions
|
|
@ -40,6 +40,9 @@ class BuildFactory
|
|||
case 'bitbucket':
|
||||
$type = 'BitbucketBuild';
|
||||
break;
|
||||
case 'gitlab':
|
||||
$type = 'GitlabBuild';
|
||||
break;
|
||||
}
|
||||
|
||||
$type = '\\PHPCI\\Model\\Build\\' . $type;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue