Dashing widget to show the build status of a CircleCI project.
- Get a Circle API Token from your Account Dashboard and set it in your environment as
CIRCLE_CI_AUTH_TOKEN
- Add the
httparty
to your Gemfile and runbundle install
Then:
- Copy the below coffee/scss/html files into a widget folder named
circle_ci
- Copy the
circle_ci.rb
file into thejobs
folder
OR dashing install 5494978
Then copy the CircleCI logo below into your assets folder
There is also another version for more compactly displaying multiple builds which you can see here
Does this widget still work? I get the following error every activation of circle-ci.rb:
scheduler caught exception:
Refering to the line:
And on startup I get from circle_ci.rb (I installed both your widgets):
Btw: before getting so far I needed to specify the gem "httparty" in my gemfile and call "bundle install".