Added support for Github notifier

Change-Id: I79c7847aa8df4dd4f9f76567c461d016aa00c6c1
This commit is contained in:
Kei YAMAZAKI
2013-12-21 23:35:25 +09:00
parent 7959bf44db
commit 8be20dc2c3
4 changed files with 23 additions and 0 deletions

View File

@@ -140,6 +140,7 @@ setuptools.setup(
'fingerprint=jenkins_jobs.modules.publishers:fingerprint',
'ftp=jenkins_jobs.modules.publishers:ftp',
'git=jenkins_jobs.modules.publishers:git',
'github-notifier=jenkins_jobs.modules.publishers:github_notifier',
('groovy-postbuild=jenkins_jobs.modules.publishers:'
'groovy_postbuild'),
'html-publisher=jenkins_jobs.modules.publishers:html_publisher',