From 39636be7b018b9121696ce7bdc462ab2c3c8185d Mon Sep 17 00:00:00 2001 From: Trygve Laugstøl Date: Fri, 11 Jan 2013 17:11:28 +0100 Subject: o Creating bin/web for running the web application. --- src/main/resources/webapp/apps/jenkinsApp/job.html | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100755 src/main/resources/webapp/apps/jenkinsApp/job.html (limited to 'src/main/resources/webapp/apps/jenkinsApp/job.html') diff --git a/src/main/resources/webapp/apps/jenkinsApp/job.html b/src/main/resources/webapp/apps/jenkinsApp/job.html new file mode 100755 index 0000000..8942ab7 --- /dev/null +++ b/src/main/resources/webapp/apps/jenkinsApp/job.html @@ -0,0 +1,61 @@ +
+ + + + + + + +

Overview

+ + + + + + + + + + + + +
URL{{details.job.displayName}}
Build count{{details.buildCount}}
+ +

Recent Builds

+ + + + + + + + + + + + + + + + + + + + +
BuildResult
{{build.timestamp | date:'medium'}}{{build.result}}
+ +
+
-- cgit v1.2.3