summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_html_dashboard.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2016-05-29 17:10:34 +0200
committerHolger Levsen <holger@layer-acht.org>2016-05-29 17:10:34 +0200
commit4e0555f5806d57a5ec244a5d84d82597d5e17e56 (patch)
tree37aab9c7badb6aedcaa8277413f741a33a4b5ecc /bin/reproducible_html_dashboard.sh
parent46137dbf81ea59b0e1d9dfcb3dc23b1c6a5ebd59 (diff)
downloadjenkins.debian.net-4e0555f5806d57a5ec244a5d84d82597d5e17e56.tar.xz
reproducible debian: create page with oldest logs
Diffstat (limited to 'bin/reproducible_html_dashboard.sh')
-rwxr-xr-xbin/reproducible_html_dashboard.sh6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/reproducible_html_dashboard.sh b/bin/reproducible_html_dashboard.sh
index 0897f643..acb3b6ad 100755
--- a/bin/reproducible_html_dashboard.sh
+++ b/bin/reproducible_html_dashboard.sh
@@ -591,7 +591,11 @@ create_performance_page() {
write_page "</p><p style=\"clear:both;\">"
done
# the end
- write_page "Daily <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_nodes_info/lastBuild/console\">individual build node performance stats</a> are available too.</p>"
+ write_page "Daily <a href=\"https://jenkins.debian.net/view/reproducible/job/reproducible_nodes_info/lastBuild/console\">individual build node performance stats</a> are available as well as views of oldest results for"
+ for ARCH in ${ARCHS} ; do
+ write_page " <a href=\"/index_${ARCH}_oldies.html\">$ARCH</a>"
+ done
+ write_page ".</p>"
write_page_footer
publish_page
}