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

Changelist links #33

Closed AnsisMalins closed 3 years ago

AnsisMalins commented 3 years ago

Add an option to specify a format string to turn changelist items into clickable links. For example

discordSend(
    webhookURL: DISCORD_WEBHOOK_URL,
    showChangeset: true,
    scmWebUrl: 'https://project.dev/hg/stuff/rev/%s?arg=val')

will result in something like image where the blue stuff is clickable and will lead to a web view of the commit.