gocd-slack-build-notifier icon indicating copy to clipboard operation
gocd-slack-build-notifier copied to clipboard

Success notification is not sent to Slack

Open arvindkumarc opened this issue 6 years ago • 3 comments

GoCD Version: 18.12.0 The failure notifications are fine, but the success after failure were not notified.

arvindkumarc avatar Jan 28 '19 02:01 arvindkumarc

@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 avatar Jan 28 '19 10:01 ashwanthkumar

@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 = "-"
  }]
}```

arvindkumarc avatar Jan 29 '19 07:01 arvindkumarc

Hi @ashwanthkumar, Did you get a chance to look at this?

arvindkumarc avatar Feb 26 '19 12:02 arvindkumarc