bmchild / mtr-jenkins-failed-test

A very simple meteor app that will monitor a Jenkins project build for any failing tests.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mtr-jenkins-failed-test

A very simple meteor app that will monitor a Jenkins project build for any failing tests.

Replace first two line of failed_unit_tests.js with your jenkins url and the project name you want to monitor.
var JENKINS_URL = ""; var PROJECT_NAME = "";

About

A very simple meteor app that will monitor a Jenkins project build for any failing tests.


Languages

Language:HTML 53.4%Language:JavaScript 45.7%Language:CSS 0.9%