gocd-slack-build-notifier
gocd-slack-build-notifier copied to clipboard
Success notification is not sent to Slack
GoCD Version: 18.12.0
The failure notifications are fine, but the success after failure
were not notified.
@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?
@ashwanthkumar Plugin Version: 1.4.0-RC10
With the previous version (which I don't remember what) was working fine.
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?