Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Concourse

 Concourse

Christopher Brown

March 24, 2016
Tweet

More Decks by Christopher Brown

Other Decks in Programming

Transcript

  1. Extensible Distributed builds are an add-on Snowflake Servers Managing Jenkins

    is challenging Need to install software on all agents
  2. Distributed builds built in! Avoiding snowflakes is still hard Simpler

    to administrate No Containerisation Confusing Interface Pipelines!
  3. Components ATC - Web Interface & Scheduler ! Turbine -

    Build Agent ! Glider - One-off Build Manager ! Fly - CLI
  4. check ! ! in ! ! out ! $ git

    pull && git log [cursor]..HEAD ! $ git clone && git checkout [version] ! $ git push origin somebranch