Commit Graph

7 Commits

Author SHA1 Message Date
Alexandre Erwin Ittner 8ed66b00a2 Slack: support custom messages per build result
Add support for custom messages per build result in the Slack
notification plugin.

Change-Id: Iafc8b67528914c6d14c78f72aa535a3cfa7f7033
Story: 2007912
Task: 40315
2020-10-15 20:15:04 -03:00
Sylvain Baubeau 84c114c088 Add support for new 'notify every failure' option in Slack Plugin
Change-Id: Idd48c5c0e595195aaecfee9aab7233cbf1d1a640
2019-10-04 13:01:10 +02:00
Andrew Mellen c3c2802d4f Add Slack 2.2 new settings
The slack plugin added the "includeFailedTests" and "notifyRegression" options.
This review adds those two options, along with unit tests for them.

Change-Id: I256933d3d25c09c72c688928e9068fe66f23055b
2018-04-25 11:20:47 -04:00
Zuul 4b53ba66bf Merge "Add support for new parameter option in Slack Plugin" 2017-10-23 18:49:25 +00:00
Yolande Amate 1300071f92 Add support for new parameter option in Slack Plugin
Change-Id: Ic827d8ee9de057f535fa2b95ab7a7aaa7bc20fee
Task: 3457
story: 2000850
2017-07-25 01:19:03 +01:00
Jiri Tyr 69755a0b8d Updating slack publisher parameters
This patch is adding 3 more parameters into the slack publisher which
were added in the Slack Plugin v2.1 and v2.2.

Change-Id: Ief0e0128e7dc9c506aca574cf1550274c318c143
Signed-off-by: Jiri Tyr <jiri.tyr@gmail.com>
2017-07-20 12:36:00 +01:00
Ryo Tagami 31adb51721 Be able to handle Slack Plugin 2.0 configuration
Slack Plugin 2.0 changed its configuration structure, and no longer
puts any configuration in properties section, instead puts all
configuration in publishers section. This commit will check the plugin
version, and if it detects version >= 2.0, it will put additional
configurations in publishers section. If it detects version < 2.0 or
did not detect version (happens when run in test mode without
specifying actual Jenkins instance), it will emit warning logs and not
add those configurations.

Change-Id: I6d7d92a5a6fd1ceff9b67721d6e401f2772d0575
Signed-off-by: Ryo Tagami <rtagami@airstrip.jp>
2016-04-23 01:00:45 +09:00