jenkinsci / google-chat-notification-plugin

Google Chat Notification Jenkins Plugin to send build status
https://plugins.jenkins.io/google-chat-notification/
MIT License
39 stars 20 forks source link

fix: Re-enable the possibility of send notification before build result #70

Closed Ryudo302 closed 10 months ago

Ryudo302 commented 10 months ago

Fixes #69

Testing done

Before, with bug:

image

After, fixed:

image

### 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
- [x] Ensure you have provided tests - that demonstrates feature works or fixes the issue
elirenato commented 10 months ago

Thank you @Ryudo302. It fixed the notification problem