jenkinsci / slack-plugin

A Jenkins plugin for posting notifications to a Slack channel
https://plugins.jenkins.io/slack/
MIT License
669 stars 413 forks source link

UI plugin showing slack message header with no way to exclude it. #689

Open pawank94 opened 4 years ago

pawank94 commented 4 years ago

Your checklist for this issue

Description While using Slack notification UI plugin, Message received on slack has a header with information on Job. For example, #5 Mailer job which is sending a Slack message in Post Step of Freestyle job sends a message header like this. image While using slackSend() API from a Pipeline Job doesn't show any such message. This is creating unnecessary inconsistency. There should be a flag to exclude this information when using UI plugin. Specially when there is a custom message declared.

jetersen commented 4 years ago

SlackSend you have to provide the message as it is fully customizable.