Hello all! I'm new to goCD but have been using cruise control .net for 
years and am excited to start leveraging this new tool but I do have some 
questions if anyone would care to help me out or point me in the right 
direction it would be very much appreciated.

First off I am attempting to setup the gocd slack build notifier. I have 
setup the slack webhook and have the basic notification working and 
outputting to a channel. Now where I am lost is I would like to add the 
nice additional data that I see in some of the example screenshots such as 
the triggered by, reason, label, console logs, etc. Here is what my 
go_notify.conf file currently looks like (obviously with sensitive 
information redacted):

gocd.slack {
  server-host = "gocd server url"
  api-server-host = "gocd server url"
  webhookUrl = "slack webhook"

  # optional fields
  display-console-log-links = true
  displayMaterialChanges = true
  process-all-rules = false
  
  pipelines = [{
name = "gocd-slack-build"
stage = "build"
group = ".*"
state = "failed|passed"
webhookUrl = "slack webhook"
  },
  {
name = ".*"
stage = ".*"
state = "failed"
  }]

}

Does anyone see where I am going wrong as I feel I am missing something 
obvious.

Finally I was also wondering if anyone had any recommendations on 'must 
have/highly recommended' plugins for goCD. Personally I like analytics 
plugins but certainly I want to hear anyone's suggestions on any helpful 
plugins. Thank you in advance for your time.


-- 
You received this message because you are subscribed to the Google Groups 
"go-cd" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to