From 5c8c3467906d996c04210cc8350edbd027ccc32a Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Thu, 3 Jan 2013 17:10:30 +0100 Subject: o Skipping builds where the job is a . o Using the build's timestamp instead of createdDate in the UI. --- src/main/webapp/apps/jenkinsApp/job.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 src/main/webapp/apps/jenkinsApp/job.html (limited to 'src/main/webapp/apps/jenkinsApp') diff --git a/src/main/webapp/apps/jenkinsApp/job.html b/src/main/webapp/apps/jenkinsApp/job.html old mode 100644 new mode 100755 index 5113d2e..6ee7af0 --- a/src/main/webapp/apps/jenkinsApp/job.html +++ b/src/main/webapp/apps/jenkinsApp/job.html @@ -36,7 +36,7 @@ - {{build.createdDate | date:'medium'}} + {{build.timestamp | date:'medium'}} {{build.result}} -- cgit v1.2.3