summaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMarcus Nilsson <marcus.nilsson@klarna.com>2013-11-13 15:44:07 +0100
committerMarcus Nilsson <marcus.nilsson@klarna.com>2013-11-20 15:53:08 +0100
commit90b663308c20b99e2a446dafed85146233f59c0c (patch)
treee9f1f64c07f74dcdac9e51cc73f6afcb024691b5 /setup.py
parent28ec20bb7f3e97177663c84a5443942e6314c30d (diff)
downloadpython-jenkins-job-builder-90b663308c20b99e2a446dafed85146233f59c0c.tar.gz
python-jenkins-job-builder-90b663308c20b99e2a446dafed85146233f59c0c.tar.xz
python-jenkins-job-builder-90b663308c20b99e2a446dafed85146233f59c0c.zip
Added support for Stash Notifier
Change-Id: I1e3e95a152de116df62b9124a50e845bc026f608
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/setup.py b/setup.py
index c3797bf9..4c51e4c2 100644
--- a/setup.py
+++ b/setup.py
@@ -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',