summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-28 16:05:47 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2014-03-28 16:05:47 +0000
commit439bb6629c3aac4fdbd98416b1d4e803516beaf7 (patch)
treeb47d697d25619f9ba82abe1895540e94b827e1b4
parent719e88037fd29270e1a3b59f58edb3ede996e8ee (diff)
downloadlorry-controller-439bb6629c3aac4fdbd98416b1d4e803516beaf7.tar.gz
Report start/end times for jobs
-rw-r--r--templates/job.tpl2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/job.tpl b/templates/job.tpl
index da883af..33fe909 100644
--- a/templates/job.tpl
+++ b/templates/job.tpl
@@ -7,6 +7,8 @@
<body>
<h1>Status of job {{job_id}}</h1>
<p>Path of git repo: <code>{{path}}</code></p>
+<p>Started: {{job_started}}</p>
+<p>Ended: {{job_ended}}</p>
<p>MINION: <code>{{host}}:{{pid}}</code></p>
<p>Exit code: <code>{{exit}}</code></p>
<p>Lorry disk usage (after job's finished): {{disk_usage_nice}}</p>