Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(GH-299) Change how notifications are sent #541

Merged
merged 1 commit into from
Jul 9, 2020

Conversation

gep13
Copy link
Member

@gep13 gep13 commented Jul 9, 2020

Previously, a build had to be completely successful before notifications
were sent to Twitter/Gitter, etc. However, it is possible to some
publishing tasks fail, but the artifacts are still sent to their end
location, i.e NuGet.org. In these cases, it would make sense for the
notifications to be sent, since the packages have been released. As
such, the Teardown method has been updated to send notifications, when
it knows artifacts have been sent successfully.

Fixes #299

@gep13 gep13 requested a review from AdmiringWorm July 9, 2020 18:48
Previously, a build had to be completely successful before notifications
were sent to Twitter/Gitter, etc.  However, it is possible to some
publishing tasks fail, but the artifacts are still sent to their end
location, i.e NuGet.org.  In these cases, it would make sense for the
notifications to be sent, since the packages have been released.  As
such, the Teardown method has been updated to send notifications, when
it knows artifacts have been sent successfully.
Copy link
Member

@AdmiringWorm AdmiringWorm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In that case, LGTM

@AdmiringWorm AdmiringWorm merged commit 85ee639 into cake-contrib:develop Jul 9, 2020
@AdmiringWorm
Copy link
Member

@gep13 your changes have been merged, thanks for your contribution 👍

@gep13 gep13 deleted the feature/GH-299 branch July 9, 2020 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Trigger notifications (twitter, gitter, etc.) upon successful nuget task, not just on successful build
2 participants