Skip to content

nagyistge/spinnaker-echo

 
 

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.

About

Spinnaker Eventing Service

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 80.1%
  • Java 18.8%
  • Shell 1.1%