Dashing widget to show the status of builds from CircleCI. Also shows the avatar of the person who is running/breaking/passing the current build.
- 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_list
- Copy the
circle_ci_list.rb
file into thejobs
folder
OR dashing install 5494590
Then copy the CircleCI logo below into your assets folder
There is also another version for displaying one tile per project which you can see here
Hi,
I have just tried to use this and I am struggling, All the items I add appear below the background image not overlaid. And secondly when I update the status i dont get the colors. I have copied the code from above and double checked. So I suspect I am doing something stupid. Do you have a working example you can point me to.......