diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-05 05:21:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-05 05:21:53 +0200 |
commit | 44767ece9590857bcd033b5ea094a83d7e95c301 (patch) | |
tree | 1b21c174e8bc305d6e57e3127407b923681ce8e0 | |
parent | c050bf674368e4e75eaa1e2b13f4ea5bef224333 (diff) | |
download | jenkins.debian.net-44767ece9590857bcd033b5ea094a83d7e95c301.tar.xz |
reproducible: add link to stats page in every job description
-rw-r--r-- | job-cfg/reproducible.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/job-cfg/reproducible.yaml b/job-cfg/reproducible.yaml index d8ef6a05..70f1f4a8 100644 --- a/job-cfg/reproducible.yaml +++ b/job-cfg/reproducible.yaml @@ -26,7 +26,7 @@ option: category categories: - reproducible - description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.' + description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at the <a href="https://jenkins.debian.net/userContent/reproducible.html">reproducible builds statistics</a> page.' logrotate: daysToKeep: 365 numToKeep: 20 @@ -66,7 +66,7 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.' + description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at the <a href="https://jenkins.debian.net/userContent/reproducible.html">reproducible builds statistics</a> page.' logrotate: daysToKeep: 365 numToKeep: 20 @@ -96,7 +96,7 @@ url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png - description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.' + description: '{my_description}<br>Job configuration source is <a href="http://anonscm.debian.org/cgit/qa/jenkins.debian.net.git/tree/job-cfg/reproducible.yaml">reproducible.yaml</a>.<br>Results are available at the <a href="https://jenkins.debian.net/userContent/reproducible.html">reproducible builds statistics</a> page.' logrotate: daysToKeep: 365 numToKeep: 20 |