Skip to content

Commit ce9e1c8

Browse files
committed
updates to v6.0.0
1 parent 4ec6c11 commit ce9e1c8

File tree

11 files changed

+25
-3
lines changed

11 files changed

+25
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ Nevergreen is a build monitor with attitude. Continually deliver via fast clear
99

1010
![Example Monitor page](doc/screenshot_monitor.png)
1111

12+
![Example Monitor page on tablet](doc/screenshot_monitor_tablet.png)
13+
14+
![Example Monitor page on mobile](doc/screenshot_monitor_mobile.png)
15+
1216
![Example Tracking page](doc/screenshot_tracking.png)
1317

1418
## How do I start monitoring my builds?
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<Projects>
2+
<Project webUrl="1" name="netbeans-windows" lastBuildLabel="1874" lastBuildTime="2020-06-22T15:42:10Z" lastBuildStatus="Failure" activity="Sleeping"/>
3+
<Project webUrl="1" name="Mesos-Reviewbot-Linux" lastBuildLabel="10608" lastBuildTime="2020-06-22T14:49:02Z" lastBuildStatus="Success" activity="Building"/>
4+
<Project webUrl="1" name="Apache Camel" lastBuildLabel="9327" lastBuildTime="2020-06-22T03:37:57Z" lastBuildStatus="Success" activity="Building"/>
5+
<Project webUrl="1" name="pulsar-manager-build" lastBuildLabel="125" lastBuildTime="2020-06-22T11:11:32Z" lastBuildStatus="Success" activity="Building"/>
6+
<Project webUrl="1" name="netbeans-linux-experiment" lastBuildLabel="1518" lastBuildTime="2020-06-21T14:49:18Z" lastBuildStatus="Failure" activity="Sleeping"/>
7+
<Project webUrl="1" name="netbeans-license" lastBuildLabel="204" lastBuildTime="2020-06-22T14:49:08Z" lastBuildStatus="Failure" activity="Building"/>
8+
<Project webUrl="1" name="Tamaya-Site-Master" lastBuildLabel="1747" lastBuildTime="2020-06-22T14:15:04Z" lastBuildStatus="Success" activity="Building"/>
9+
<Project webUrl="1" name="zeppelin-pull-request" lastBuildLabel="7435" lastBuildTime="2020-06-22T14:56:28Z" lastBuildStatus="Failure" activity="Sleeping"/>
10+
<Project webUrl="1" name="hadoop-ozone-trunk-qbt-java8-linux-x86" lastBuildLabel="692" lastBuildTime="2020-06-22T14:56:05Z" lastBuildStatus="Failure" activity="Sleeping"/>
11+
<Project webUrl="1" name="JMeter Ubuntu" lastBuildLabel="1034" lastBuildTime="2020-06-22T13:48:57Z" lastBuildStatus="Success" activity="Building"/>
12+
<Project webUrl="1" name="Lucene-Solr-Tests-8.5" lastBuildLabel="346" lastBuildTime="2020-06-22T12:37:57Z" lastBuildStatus="Success" activity="Building"/>
13+
<Project webUrl="1" name="HBase Nightly" lastBuildLabel="149" lastBuildTime="2020-06-22T03:37:57Z" lastBuildStatus="Failure" activity="Building"/>
14+
<Project webUrl="1" name="netbeans-linux-jdk11" lastBuildLabel="717" lastBuildTime="2020-06-22T14:50:22Z" lastBuildStatus="Success" activity="Building"/>
15+
<Project webUrl="1" name="OFBiz-Github-MultiBranch" lastBuildLabel="23" lastBuildTime="2020-06-22T14:21:24Z" lastBuildStatus="Failure" activity="Sleeping"/>
16+
</Projects>

cctray_xml_feed_mock/src/server.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function delayedResponse(file) {
4444
const generic = response('cctray.xml')
4545
const go = response('go_cd.xml')
4646
const jenkins = response('jenkins.xml')
47+
const screenshot = response('screenshot.xml')
4748

4849
app.get('/cc.xml', jenkins) // Jenkins, Hudson, CircleCI, CruiseControl
4950
app.get('/cc/uuid/cctray.xml', generic) // Solano CI
@@ -52,6 +53,7 @@ app.get('/go/cctray.xml', go) // GO CD
5253
app.get('/slow/go/cctray.xml', delayedResponse('go_cd.xml')) // GO CD
5354
app.get('/guestAuth/app/rest/cctray/projects.xml', generic) // TeamCity
5455
app.get('/XmlStatusReport.aspx', generic) // CruiseControl.rb, CruiseControl.NET
56+
app.get('/screenshot.xml', screenshot)
5557

5658
app.get('/cctray.xml', generic)
5759
app.get('/secure/cctray.xml', basicAuth('u', 'p'), generic)

doc/screenshot.png

-163 KB
Binary file not shown.

doc/screenshot_monitor.png

-41.7 KB
Loading

doc/screenshot_monitor_mobile.png

252 KB
Loading

doc/screenshot_monitor_tablet.png

253 KB
Loading

doc/screenshot_tracking.png

-243 KB
Loading

resources/version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5.10.9
1+
6.0.0

resources/version_name.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Plump Purple
1+
Quick Silver

0 commit comments

Comments
 (0)