-
Notifications
You must be signed in to change notification settings - Fork 81
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
The plugin sends notifications as successful. #162
Comments
Facing the same issue |
Something weird I noticed is that when I add a step that runs the
This explains why the plugin shows the build as being successful, but it doesn't explain why it did detect a failed build in the previous version. I couldn't really find a related change in the diffs between tag 1.4.1 (and earlier) and master. One workaround for this is moving the plugin to a separate stage, which depends on the 'main' stage and has the following trigger:
When testing with the export command, you'll also see te following in this case:
|
The plugin sends notifications as successful, even when some steps in the pipeline have failed and resulted in an error.
My pipeline
step test ends with an error, because no such command
in the slack message that the build was successful
The text was updated successfully, but these errors were encountered: