aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Braun <matze@braunis.de>2017-11-08 05:14:30 +0000
committerMatthias Braun <matze@braunis.de>2017-11-08 05:14:30 +0000
commitcc765940d66e30409e87bb3ce07205ac9d151ae2 (patch)
treeefd607d18e0bef96a9f6a450f425ce08c291a565
parent917970e331681337d274f59e1ae1c0d0f207c006 (diff)
zorg/jenkins: Link to full log (instead of shortened one)
git-svn-id: https://llvm.org/svn/llvm-project/zorg/trunk@317666 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--zorg/jenkins/email.template2
-rw-r--r--zorg/jenkins/job_description.template2
2 files changed, 2 insertions, 2 deletions
diff --git a/zorg/jenkins/email.template b/zorg/jenkins/email.template
index aa981f40..43c39cb3 100644
--- a/zorg/jenkins/email.template
+++ b/zorg/jenkins/email.template
@@ -32,7 +32,7 @@
<% } else { %>
${log_summary}
<% } %>
-<p><a href="${env.BUILD_URL}console">Build Log</a></p>
+<p><a href="${env.BUILD_URL}consoleFull">Build Log</a></p>
<h2>Changes</h2>
<ul>
diff --git a/zorg/jenkins/job_description.template b/zorg/jenkins/job_description.template
index 5f21c2d9..f861a6a4 100644
--- a/zorg/jenkins/job_description.template
+++ b/zorg/jenkins/job_description.template
@@ -4,4 +4,4 @@
<% } else { %>
${log_summary}
<% } %>
-<p><a href="${env.BUILD_URL}console">Build Log</a></p>
+<p><a href="${env.BUILD_URL}consoleFull">Build Log</a></p>