summaryrefslogtreecommitdiff
path: root/templates/job.tpl
blob: 33fe9097afaf8140afc08a34d71734d36c5013dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE HTML>
<html>
    <head>
        <title>Lorry Controller: Job {{job_id}}</title>
        <link rel="stylesheet" href="/lc-static/style.css" type="text/css" />
    </head>
    <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>
<p>Output:</p>
<pre>{{output}}</pre>
<hr />
<p>Updated: {{timestamp}}</p>
    </body>
</html>