User Details
User Details
- User Since
- Jun 6 2012, 4:11 AM (654 w, 12 h)
- Availability
- Available
Feb 6 2017
Feb 6 2017
sj26 awarded T12173: Support Buildkite as a Harbormaster target a Love token.
Feb 1 2017
Feb 1 2017
sj26 added a comment to T12173: Support Buildkite as a Harbormaster target.
Using {"branch": "phabricator/diff/689", "commit": "HEAD", "message": "..."} should roughly translate into a git fetch phabricator/diff/689 && git checkout FETCH_HEAD in the Buildkite agent bootstrap script. Git is smart enough to resolve that to the tag. The branch name is really only used in Buildkite for branch filters, on the agent Git does a headless checkout. And a commit value of HEAD means we'll ask Git for the commit sha and back-populate that onto the build. 👍