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

showChangeset: true with perforce shows the changes twice on discord #128

Closed pablolunarch closed 10 months ago

pablolunarch commented 11 months ago

Jenkins and plugins versions report

Environment ```text Paste the output here ```

What Operating System are you using (both controller, and any agents involved in the problem)?

windows

Reproduction steps

Set showChangeset: true on discordSend line at the jenkins pipeline script

Expected Results

Display the changes only one time, not twice

Actual Results

Displays the list of changes twice on discord image

Anything else?

No response