summaryrefslogtreecommitdiffstats
path: root/job-cfg
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-08 00:13:25 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-08 00:13:25 +0100
commitb104b792f22e97c88276d3f82b4e326d798c9e55 (patch)
tree1cb561fb313adbf8829b659de0452c97c69b37b9 /job-cfg
parentce16cf4218c9b4e3182c7d43a33a080f3c9952e5 (diff)
downloadjenkins.debian.net-b104b792f22e97c88276d3f82b4e326d798c9e55.tar.xz
add common sidebar links
Diffstat (limited to 'job-cfg')
-rw-r--r--job-cfg/chroot-test.yaml27
-rw-r--r--job-cfg/general.yaml11
2 files changed, 35 insertions, 3 deletions
diff --git a/job-cfg/chroot-test.yaml b/job-cfg/chroot-test.yaml
index 88476f64..cbbf3fdf 100644
--- a/job-cfg/chroot-test.yaml
+++ b/job-cfg/chroot-test.yaml
@@ -14,6 +14,15 @@
rulespath: '/srv/jenkins/logparse/debian.rules'
unstable_on_warning: 'false'
fail_on_error: 'false'
+ properties:
+ - sidebar:
+ url: http://jenkins.debian.net/userContent/about.html
+ text: About jenkins.debian.net
+ icon: /userContent/images/debian-swirl-24x24.png
+ - sidebar:
+ url: http://www.profitbricks.com
+ text: Sponsored by Profitbricks
+ icon: /userContent/images/profitbricks-24x24.png
- defaults:
name: chroot-tests+trigger
@@ -32,6 +41,15 @@
fail_on_error: 'false'
- trigger:
project: '{my_trigger}'
+ properties:
+ - sidebar:
+ url: http://jenkins.debian.net/userContent/about.html
+ text: About jenkins.debian.net
+ icon: /userContent/images/debian-swirl-24x24.png
+ - sidebar:
+ url: http://www.profitbricks.com
+ text: Sponsored by Profitbricks
+ icon: /userContent/images/profitbricks-24x24.png
#
# FIXME: trigger-project needs to accept a list of projects.
@@ -60,6 +78,15 @@
project: '{my_3rd_trigger}'
- trigger:
project: '{my_4th_trigger}'
+ properties:
+ - sidebar:
+ url: http://jenkins.debian.net/userContent/about.html
+ text: About jenkins.debian.net
+ icon: /userContent/images/debian-swirl-24x24.png
+ - sidebar:
+ url: http://www.profitbricks.com
+ text: Sponsored by Profitbricks
+ icon: /userContent/images/profitbricks-24x24.png
- job-template:
name: '{name}-housekeeping'
diff --git a/job-cfg/general.yaml b/job-cfg/general.yaml
index f611d7b6..c1603733 100644
--- a/job-cfg/general.yaml
+++ b/job-cfg/general.yaml
@@ -8,7 +8,12 @@
artifactNumToKeep: -1
properties:
- sidebar:
- url: http://jenkins.debian.net/userContent/about.html
- text: About jenkins.debian.net
- icon: /userContent/images/debian-swirl-24x24.png
+ url: http://jenkins.debian.net/userContent/about.html
+ text: About jenkins.debian.net
+ icon: /userContent/images/debian-swirl-24x24.png
+ - sidebar:
+ url: http://www.profitbricks.com
+ text: Sponsored by Profitbricks
+ icon: /userContent/images/profitbricks-24x24.png
+