summaryrefslogtreecommitdiff
path: root/cimonitor-configs/help.html
blob: 4111003cb8fe0155b8f4fc1e92f7b1bba1d5d6da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!DOCTYPE html>
<html>
<body>

<h1>Help</h1>

<h2>Possible columns that can be used:</h2>

<p><u><b>Project</b></u> : name of the project </p>

<p><u><b>Status</b></u> : Status of the last build </p>

<p><u><b>Last_build</b></u> : Last build date and name </p>

<p><u><b>Last_success</b></u> : Last successful build date and name </p>

<p><u><b>Last_fail</b></u> : Last failed build date and name </p>

<p><u><b>Last_forced</b></u> : Last forced build date and name </p>

<p><u><b>Statistics</b></u> : Statistics of all last builds of this project. Counts the nb of runs that : regressed, forced, failed, success
</p>

</body>
</html>