This is Dashing widget to display TFS build queue.
##Usage
The widget requires ODataTFS modified by me installed on some machine with access to TFS2012 server.
Put the tfs_build_queue.rb
file in your /jobs
folder. tfs_build_queue.coffee
, tfs_build_queue.html
and tfs_build_queue.scss
to /widgets/tfs_build_queue
.
To include the widget in a dashboard, add the following snippet to the dashboard layout file:
<li data-row="1" data-col="1" data-sizex="3" data-sizey="4">
<div data-id="tfsBuildQueue" data-view="TFSBuildQueue" data-title="TFS 2012 Build Queue" data-date-time-format="%Y-%m-%d %H:%M:%S" data-max-items-to-show="14" data-one-row="1"></div>
</li>
##Settings
Change ODATA_URL value in /jobs/tfs_build_queue.rb
to point to ODataTFS service.