aboutsummaryrefslogtreecommitdiff
path: root/src/main/webapp/apps/jenkinsApp/job.html
diff options
context:
space:
mode:
authorTrygve Laugstøl <trygvis@inamo.no>2012-12-29 18:59:32 +0100
committerTrygve Laugstøl <trygvis@inamo.no>2013-01-04 22:09:16 +0100
commit5ec81d9e77fcb56ddf5953989e23b6cafe4772a3 (patch)
tree63b2d1c262a06bcfb54a6dcb368af032aacc84a2 /src/main/webapp/apps/jenkinsApp/job.html
parent8cce8890eca34fead35ad19a0db6d95dd047b3a6 (diff)
downloadesper-testing-5ec81d9e77fcb56ddf5953989e23b6cafe4772a3.tar.gz
esper-testing-5ec81d9e77fcb56ddf5953989e23b6cafe4772a3.tar.bz2
esper-testing-5ec81d9e77fcb56ddf5953989e23b6cafe4772a3.tar.xz
esper-testing-5ec81d9e77fcb56ddf5953989e23b6cafe4772a3.zip
o Adding build view for jenkins app.
Diffstat (limited to 'src/main/webapp/apps/jenkinsApp/job.html')
-rwxr-xr-xsrc/main/webapp/apps/jenkinsApp/job.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/webapp/apps/jenkinsApp/job.html b/src/main/webapp/apps/jenkinsApp/job.html
index 6ee7af0..027748a 100755
--- a/src/main/webapp/apps/jenkinsApp/job.html
+++ b/src/main/webapp/apps/jenkinsApp/job.html
@@ -16,11 +16,11 @@
<tbody>
<tr>
<th>URL</th>
- <td><a href="{{job.displayName}}">{{job.displayName}}</a></td>
+ <td><a href="{{details.job.displayName}}">{{details.job.displayName}}</a></td>
</tr>
<tr>
<th>Build count</th>
- <td>{{job.buildCount}}</td>
+ <td>{{details.buildCount}}</td>
</tr>
</tbody>
</table>