Skip to content

spinnaker/echo

Folders and files

NameName
Last commit message
Last commit date
Oct 31, 2016
Oct 28, 2016
Oct 11, 2016
Nov 3, 2016
Dec 21, 2015
Nov 11, 2016
Oct 26, 2016
May 2, 2016
Oct 12, 2016
Aug 4, 2015
Aug 21, 2014
Nov 9, 2016
Aug 26, 2015
Dec 4, 2015
Aug 21, 2014
Nov 22, 2015
Oct 27, 2016
Nov 13, 2015
Jun 23, 2014
Jan 12, 2016

Repository files navigation

Echo

Build Status Echo serves as a router for events that happen within Spinnaker.

Outgoing Events

It provides integrations for outgoing notifications in the echo-notifications package via:

  • email
  • Slack
  • Hipchat
  • sms ( via Twilio )

Echo is also able to send events within Spinnaker to a predefined url, which is configurable under the echo-rest module.

You can extend the way in which Echo events are sent by implementing the EchoEventListener interface.

Event Types

Currently, echo receives build events from igor and orchestration events from orca.

Incoming Events

Echo also integrates with igor, front50 and orca to trigger pipeline executions.

It does so via two modules:

  • pipeline-triggers : Responsible firing off events from Jenkins Triggers
  • scheduler : Triggers pipelines off cron expressions. Support for cron expressions is provided by Netflix's Fenzo library.

Running Echo

This can be done locally via ./gradlew bootRun, which will start with an embedded cassandra instance. Or by following the instructions using the Spinnaker installation scripts.