diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-04-26 20:26:29 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-04-26 20:26:36 +0200 |
commit | 239345604c321d41e3517503e81a52eb197bd110 (patch) | |
tree | abd9d9002bd04f57357c14b905160ec9849cd474 | |
parent | 16abac5e91651c43a99b88f39e4f5b9e1e0e58c6 (diff) | |
download | jenkins.debian.net-239345604c321d41e3517503e81a52eb197bd110.tar.xz |
schroot.yaml: add standard sidebar links
-rw-r--r-- | job-cfg/schroot.yaml | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index 195104d5..d675dfb1 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -1,5 +1,18 @@ - defaults: name: schroot-create + properties: + - sidebar: + url: https://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: + url: https://jenkins.debian.net/view/schroot-maint/ + text: schroot maintainance jobs + icon: /userContent/images/debian-jenkins-24x24.png + - sidebar: + url: http://www.profitbricks.com + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png publishers: - email: recipients: jenkins+debian-qa holger@layer-acht.org @@ -14,6 +27,19 @@ - defaults: name: schroot-upgrade + properties: + - sidebar: + url: https://jenkins.debian.net/userContent/about.html + text: About jenkins.debian.net + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: + url: https://jenkins.debian.net/view/schroot-maint/ + text: schroot maintainance jobs + icon: /userContent/images/debian-jenkins-24x24.png + - sidebar: + url: http://www.profitbricks.com + text: Sponsored by Profitbricks + icon: /userContent/images/profitbricks-24x24.png publishers: - email: recipients: jenkins+debian-qa holger@layer-acht.org |