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

Success notification is not sent to Slack #94

Open
arvindkumarc opened this issue Jan 28, 2019 · 3 comments
Open

Success notification is not sent to Slack #94

arvindkumarc opened this issue Jan 28, 2019 · 3 comments

Comments

@arvindkumarc
Copy link

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

@ashwanthkumar
Copy link
Owner

@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?

@arvindkumarc
Copy link
Author

@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
Copy link
Author

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

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

No branches or pull requests

2 participants