Merge "Slack: support incoming webhooks"

This commit is contained in:
Jenkins 2016-12-09 20:10:40 +00:00 committed by Gerrit Code Review
commit 30ae698c1e
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ class SlackNotifier(abstract_notifier.AbstractNotifier):
# Posting on the given URL
self._log.debug("Sending to the url {0} , with query_params {1}".format(url, query_params))
result = requests.post(url=url,
data=slack_message,
json=slack_message,
verify=verify,
params=query_params,
proxies=proxyDict,