Skip to content

Show buildkite build information in a magit buffer

License

Notifications You must be signed in to change notification settings

czan/magit-buildkite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

magit-buildkite

Installation

Install magit-buildkite’s dependencies: request and magit.

Add magit-buildkite.el to your Emacs load path, then run:

(require 'magit-buildkite)

In order to configure magit-buildkite, set the following variables:

  • magit-buildkite-auth-token a token authorising magit-buildkite to fetch data on your behalf
  • magit-buildkite-organization the organisation of the pipeline to fetch information about
  • magit-buildkite-pipeline the name of the pipeline to fetch

Then run magit-buildkite-mode in your Magit status buffer.

These can be set on a per-project basis by using .dir-locals.el or .dir-locals-2.el like so:

((magit-status-mode
  (magit-buildkite-auth-token . "your-token")
  (magit-buildkite-organization . "your-organization")
  (magit-buildkite-pipeline . "your-pipeline")
  (mode . magit-buildkite)))

About

Show buildkite build information in a magit buffer

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published