We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GoCD Version: 18.12.0 The failure notifications are fine, but the success after failure were not notified.
success after failure
The text was updated successfully, but these errors were encountered:
@arvindkumarc Can you please attach your configuration that you're using? Also was it working in the previous versions of GoCD or the plugin?
What version of the plugin are you using?
Sorry, something went wrong.
@ashwanthkumar Plugin Version: 1.4.0-RC10 With the previous version (which I don't remember what) was working fine.
1.4.0-RC10
login = "slack" password = "yon5RPnOi" server-host = "http://localhost:8153/" api-server-host = "http://localhost:8153/" webhookUrl = "-" channel = "#bots" slackDisplayName = "gocd" display-console-log-links = false displayMaterialChanges = true process-all-rules = false pipelines = [{ name = ".*" stage = ".*" group = ".*" state = "failed|cancelled|fixed|broken" channel = "#bots" webhookUrl = "-" }] }```
Hi @ashwanthkumar, Did you get a chance to look at this?
No branches or pull requests
GoCD Version: 18.12.0
The failure notifications are fine, but the
success after failure
were not notified.The text was updated successfully, but these errors were encountered: