Skip to content

christopherthielen/orca

 
 

Repository files navigation

Orca

Build Status

Orca Logo

Orca is the orchestration engine for Spinnaker. It is responsible for taking a pipeline or task definition and managing the stages and tasks, coordinating the other Spinnaker services.

Orca pipelines are composed of stages which in turn are composed of tasks. The tasks of a stage share a common context and can publish to a global context shared across the entire pipeline allowing multiple stages to co-ordinate. For example a bake stage publishes details of the image it creates which is then used by a deploy stage.

Orca persists a running execution to Redis.

About

orchestration engine

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Groovy 72.7%
  • Java 15.5%
  • Kotlin 11.5%
  • Other 0.3%