From 93e86de87f4bde6c9ab13651bb437533cc856633 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Tue, 17 Apr 2018 16:12:32 +0200 Subject: buildmaster/ssh-log.php new --- buildmaster/ssh-log.php | 53 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 buildmaster/ssh-log.php (limited to 'buildmaster') diff --git a/buildmaster/ssh-log.php b/buildmaster/ssh-log.php new file mode 100644 index 0000000..d293ebb --- /dev/null +++ b/buildmaster/ssh-log.php @@ -0,0 +1,53 @@ + + + + ssh-log + + + + + + + + + + + fetch_assoc()) { + print " \n"; + foreach ($row as $val) { + print " \n"; + } + print " \n"; + } + +?> +
+ date + + build slave + + action + + parameters +
\n"; + print " " . $val . "\n"; + print "
+ + -- cgit v1.2.3