Added support for Stash Notifier

Change-Id: I1e3e95a152de116df62b9124a50e845bc026f608
This commit is contained in:
Marcus Nilsson
2013-11-13 15:44:07 +01:00
parent 28ec20bb7f
commit 90b663308c
4 changed files with 56 additions and 0 deletions

View File

@@ -155,6 +155,7 @@ setuptools.setup(
'sloccount=jenkins_jobs.modules.publishers:sloccount',
'sonar=jenkins_jobs.modules.publishers:sonar',
'ssh=jenkins_jobs.modules.publishers:ssh',
'stash=jenkins_jobs.modules.publishers:stash',
'tap=jenkins_jobs.modules.publishers:tap',
'text-finder=jenkins_jobs.modules.publishers:text_finder',
'trigger=jenkins_jobs.modules.publishers:trigger',