summaryrefslogtreecommitdiff
path: root/cimonitor-configs/help.html
diff options
context:
space:
mode:
Diffstat (limited to 'cimonitor-configs/help.html')
-rw-r--r--cimonitor-configs/help.html25
1 files changed, 25 insertions, 0 deletions
diff --git a/cimonitor-configs/help.html b/cimonitor-configs/help.html
new file mode 100644
index 00000000..4111003c
--- /dev/null
+++ b/cimonitor-configs/help.html
@@ -0,0 +1,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>