Commit 9e349043 authored by Philip Hands's avatar Philip Hands Committed by Holger Levsen
Browse files

use anchors to remove sidebar duplication

parent b09f9a89
...@@ -3,16 +3,17 @@ ...@@ -3,16 +3,17 @@
project-type: freestyle project-type: freestyle
triggers: triggers:
- timed: '{my_timed}' - timed: '{my_timed}'
sb_desc: torbrowser-launcher builds
properties: properties:
- sidebar: - sidebar: &sb01
url: https://jenkins.debian.net/userContent/about.html url: https://jenkins.debian.net/userContent/about.html
text: About jenkins.debian.net text: About jenkins.debian.net
icon: /userContent/images/debian-swirl-24x24.png icon: /userContent/images/debian-swirl-24x24.png
- sidebar: - sidebar: &sb10
url: https://jenkins.debian.net/view/torbrowser-launcher url: https://jenkins.debian.net/view/torbrowser-launcher
text: torbrowser-launcher builds jobs text: '{sb_desc} jobs'
icon: /userContent/images/debian-jenkins-24x24.png icon: /userContent/images/debian-jenkins-24x24.png
- sidebar: - sidebar: &sb99
url: http://www.profitbricks.co.uk url: http://www.profitbricks.co.uk
text: Sponsored by Profitbricks text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png icon: /userContent/images/profitbricks-24x24.png
...@@ -39,19 +40,11 @@ ...@@ -39,19 +40,11 @@
triggers: triggers:
- pollscm: '*/6 * * * *' - pollscm: '*/6 * * * *'
- timed: '{my_timed}' - timed: '{my_timed}'
sb_desc: torbrowser-launcher
properties: properties:
- sidebar: - sidebar: *sb01
url: https://jenkins.debian.net/userContent/about.html - sidebar: *sb10
text: About jenkins.debian.net - sidebar: *sb99
icon: /userContent/images/debian-swirl-24x24.png
- sidebar:
url: https://jenkins.debian.net/view/torbrowser-launcher
text: torbrowser-launcher jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
url: http://www.profitbricks.co.uk
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
- throttle: - throttle:
max-total: 3 max-total: 3
max-per-node: 1 max-per-node: 1
...@@ -95,19 +88,11 @@ ...@@ -95,19 +88,11 @@
project-type: freestyle project-type: freestyle
triggers: triggers:
- timed: '{my_timed}' - timed: '{my_timed}'
sb_desc: torbrowser-launcher
properties: properties:
- sidebar: - sidebar: *sb01
url: https://jenkins.debian.net/userContent/about.html - sidebar: *sb10
text: About jenkins.debian.net - sidebar: *sb99
icon: /userContent/images/debian-swirl-24x24.png
- sidebar:
url: https://jenkins.debian.net/view/torbrowser-launcher
text: torbrowser-launcher jobs
icon: /userContent/images/debian-jenkins-24x24.png
- sidebar:
url: http://www.profitbricks.co.uk
text: Sponsored by Profitbricks
icon: /userContent/images/profitbricks-24x24.png
- throttle: - throttle:
max-total: 3 max-total: 3
max-per-node: 1 max-per-node: 1
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment