Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 650 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 650 Bytes

README

see ERD

USAGE

  1. Enable Uber's Phabricator Integration for Buildkite

  2. For every Buildkite step, add the following plugin:

'uber-workflow/uber-checkout': {}

For example:

steps:
  - name: 'my step'
    key: my_step
    commands: 
      - "ls -al"
    plugins:
      'uber-workflow/uber-checkout': {}

TODO

  • add caching support to reduce gitolite load
  • somehow set this plugin for all steps (so users don't need to do it explicitly)