summaryrefslogtreecommitdiffstats
path: root/bin/templates
diff options
context:
space:
mode:
authorValerie R Young <spectranaut@riseup.net>2016-07-05 08:35:41 -0400
committerHolger Levsen <holger@layer-acht.org>2016-07-05 17:42:44 +0200
commita8d02c004bb864307c297db5af5e5730d9ee6f9a (patch)
treea823291a1aa67e83d738c35dab5f1584df3019b6 /bin/templates
parentb4ea329bf29b4e4d101d85a68dcc04305d8cb97e (diff)
downloadjenkins.debian.net-a8d02c004bb864307c297db5af5e5730d9ee6f9a.tar.xz
reproducible debian: replace bash write_page_footer with mustache template
Signed-off-by: Mattia Rizzolo <mattia@debian.org> Signed-off-by: Holger Levsen <holger@layer-acht.org>
Diffstat (limited to 'bin/templates')
-rw-r--r--bin/templates/default_page_footer.mustache5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/templates/default_page_footer.mustache b/bin/templates/default_page_footer.mustache
index 1a8c46c5..a2160d3e 100644
--- a/bin/templates/default_page_footer.mustache
+++ b/bin/templates/default_page_footer.mustache
@@ -1,7 +1,10 @@
<hr id="footer_separator" />
<p style="font-size:0.9em;">
<div id="page_footer">
- {{job_footer}}
+ {{#job_url}}
+ This page was built by the jenkins job <a href="{{job_url}}"> {{job_name}}</a>
+ which is configured via this <a href="https://anonscm.debian.org/git/qa/jenkins.debian.net.git/">git repo</a>.
+ {{/job_url}}
There is more information
<a href="{{jenkins_url}}/userContent/about.html">about jenkins.debian.net</a>
and about <a href="https://wiki.debian.org/ReproducibleBuilds"> reproducible builds of Debian</a>