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
Hi @petehamilton!
I have a pipeline with 3 stages in, I'd like to have 3 widgets to display the status of each stage (if it's been ran). Is this possible/easy to do with this?
Thanks