Skip to content

Commit 5cfa6fc

Browse files
author
Andjelko Horvat
committed
Add builds-email and pipelines-email services
1 parent 1d827bd commit 5cfa6fc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gitlab/objects.py

+4
Original file line numberDiff line numberDiff line change
@@ -2042,6 +2042,10 @@ class ProjectService(GitlabObject):
20422042
'drone-ci': (('token', 'drone_url'), ('enable_ssl_verification', )),
20432043
'emails-on-push': (('recipients', ), ('disable_diffs',
20442044
'send_from_committer_email')),
2045+
'builds-email': (('recipients', ), ('add_pusher',
2046+
'notify_only_broken_builds')),
2047+
'pipelines-email': (('recipients', ), ('add_pusher',
2048+
'notify_only_broken_builds')),
20452049
'external-wiki': (('external_wiki_url', ), tuple()),
20462050
'flowdock': (('token', ), tuple()),
20472051
'gemnasium': (('api_key', 'token', ), tuple()),

0 commit comments

Comments
 (0)