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

Allow setting file attachment #132

Open Arcnor opened 5 months ago

Arcnor commented 5 months ago

This change allows attaching a file on the declarative pipeline, fixes #41

Testing done

Been using it in production for a month already, no issues.

### Submitter checklist
- [x] Make sure you are opening from a **topic/feature/bugfix branch** (right side) and not your main branch!
- [x] Ensure that the pull request title represents the desired changelog entry
- [x] Please describe what you did
- [x] Link to relevant issues in GitHub or Jira
- [ ] Link to relevant pull requests, esp. upstream and downstream changes
- [ ] Ensure you have provided tests - that demonstrates feature works or fixes the issue
jakubgs commented 3 months ago

That's really cool, I'd love to have this merged since it provides an easy way to share build logs.