Open modax opened 7 years ago
Hello,
it would be nice to be able to send a nicely formatted message via declarative pipeline (slackSend) but currently you may only construct a message by yourself. I wish it was possible to reuse the logic in MessageBuilder to construct the message.
slackSend
MessageBuilder
Thanks for this idea. Contributions to implement it are welcome.
If someone could suggest an API for it from pipeline happy to see it implemented...
Hello,
it would be nice to be able to send a nicely formatted message via declarative pipeline (
slackSend
) but currently you may only construct a message by yourself. I wish it was possible to reuse the logic inMessageBuilder
to construct the message.