nagyist / rally-apps-BuildDashboard

A Rally app that graphs out builds over multiple repos. This app uses App SDK 1.

Home Page:https://github.com/RallyApps/BuildDashboard/blob/master/deploy/App.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rally Build Dashboard

Title

Overview

The Build Dashboard app showcases Jenkins and Anthill Pro continuous builds in graph form.

How to Use

A complete overview on how the app functions is here.

Running the App

If you want to start using the app immediately, create an Custom HTML app on your Rally dashboard. Then copy App.html from the deploy folder into the HTML text area. That's it, it should be ready to use. See this help link if you don't know how to create a dashboard page for Custom HTML apps.

Or you can just click here to find the file and copy it into the custom HTML app.

Using the App

If you have Jenkins or Anthill Pro integrated into Rally, there is no need to do anything else. You can view various builds and their success rates on the left column. The right column contains the ratio of build sucess/failures in graph form along with individual builds and their respective details (build number, date, time to build, and build status).

Click here for more information for configuring Jenkins and here for Anthill Pro. NOTE: Anthill Pro integration is in beta for Rally.

Customize this App

You're free to customize this app to your liking (see the License section for details). If you need to add any new Javascript or CSS files, make sure to update config.json so it will be included the next time you build the app.

This app uses the Rally SDK 1.32. The documentation can be found here.

Available Rakefile tasks are:

rake build                      # Build a deployable app which includes all JavaScript and CSS resources inline
rake clean                      # Clean all generated output
rake debug                      # Build a debug version of the app, useful for local development
rake deploy                     # Deploy an app to a Rally server
rake deploy:debug               # Deploy a debug app to a Rally server
rake deploy:info                # Display deploy information
rake jslint                     # Run jslint on all JavaScript files used by this app, can be enabled by setting ENABLE_JSLINT=true.

License

BuildDashboard is released under the MIT license. See the file LICENSE for the full text.

About

A Rally app that graphs out builds over multiple repos. This app uses App SDK 1.

https://github.com/RallyApps/BuildDashboard/blob/master/deploy/App.html

License:MIT License


Languages

Language:Ruby 53.0%Language:HTML 26.0%Language:JavaScript 19.9%Language:CSS 1.1%