summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_nodes_info.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2017-06-13 00:30:46 +0200
committerHolger Levsen <holger@layer-acht.org>2017-06-13 00:31:13 +0200
commit4547adc7795af312c9a3ca17c1edde9f60ad45a8 (patch)
tree70244d82627ab311026b5664ef7d31765fb3e82a /bin/reproducible_html_nodes_info.sh
parente656e242d98ee2611a4089045ad8d4d7c70d0548 (diff)
downloadjenkins.debian.net-4547adc7795af312c9a3ca17c1edde9f60ad45a8.tar.xz
reproducible Debian: add new node health check jobs, splitt off from maintenance jobs
Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/reproducible_html_nodes_info.sh')
-rwxr-xr-xbin/reproducible_html_nodes_info.sh5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/reproducible_html_nodes_info.sh b/bin/reproducible_html_nodes_info.sh
index eaf3fba3..fe0d19bf 100755
--- a/bin/reproducible_html_nodes_info.sh
+++ b/bin/reproducible_html_nodes_info.sh
@@ -30,7 +30,7 @@ write_page "<p style=\"clear:both;\">"
for ARCH in ${ARCHS} ; do
write_page "<h3>$ARCH nodes</h3>"
write_page "<table>"
- write_page "<tr><th>Name</th><th>maintenance</th><th>worker.log links</th>"
+ write_page "<tr><th>Name</th><th>health check</th><th>maintenance</th><th>worker.log links</th>"
for SUITE in ${SUITES} ; do
if [ "$SUITE" = "experimental" ] ; then
continue
@@ -58,6 +58,9 @@ for ARCH in ${ARCHS} ; do
esac
fi
write_page "<tr><td>$JENKINS_NODENAME</td>"
+ URL="https://jenkins.debian.net/view/reproducible/view/Node_node_health_check/job/reproducible_node_health_check_${ARCH}_${JENKINS_NODENAME}"
+ BADGE="$URL/badge/icon"
+ write_page "<td><a href='$URL'><img src='$BADGE' /></a></td>"
URL="https://jenkins.debian.net/view/reproducible/view/Node_maintenance/job/reproducible_maintenance_${ARCH}_${JENKINS_NODENAME}"
BADGE="$URL/badge/icon"
write_page "<td><a href='$URL'><img src='$BADGE' /></a></td>"