Skip to content

Commit

Permalink
Merge pull request #210 from comel/services-1
Browse files Browse the repository at this point in the history
Add builds-email and pipelines-email services
  • Loading branch information
Gauvain Pocentek committed Jan 29, 2017
2 parents 1d827bd + 5cfa6fc commit dad1345
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gitlab/objects.py
Expand Up @@ -2042,6 +2042,10 @@ class ProjectService(GitlabObject):
'drone-ci': (('token', 'drone_url'), ('enable_ssl_verification', )),
'emails-on-push': (('recipients', ), ('disable_diffs',
'send_from_committer_email')),
'builds-email': (('recipients', ), ('add_pusher',
'notify_only_broken_builds')),
'pipelines-email': (('recipients', ), ('add_pusher',
'notify_only_broken_builds')),
'external-wiki': (('external_wiki_url', ), tuple()),
'flowdock': (('token', ), tuple()),
'gemnasium': (('api_key', 'token', ), tuple()),
Expand Down

0 comments on commit dad1345

Please sign in to comment.