jenkinsci / discord-notifier-plugin

A post-build plugin that sends the build status to a Discord channel.
https://plugins.jenkins.io/discord-notifier/
MIT License
50 stars 25 forks source link

Make status color customizable #52

Open NotMyFault opened 2 years ago

NotMyFault commented 2 years ago

What feature do you want to see added?

Currently the build status is read from a hardcoded enum, I think it would be nice to have four additional fields added to the menu where you can customize the colors of the currently named green, yellow, red and grey field. To not break existing setups, the current color could be added as default.

Upstream changes

No response