diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-09 20:30:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-09 20:30:48 +0100 |
commit | 7e60573158eec6729685709fdc56202775ee484c (patch) | |
tree | 38881310ce4a305fa60bb55f31a2424889a762d8 | |
parent | 29284e3d1354158058b6ebe59f7ac28222f7bc38 (diff) | |
download | jenkins.debian.net-7e60573158eec6729685709fdc56202775ee484c.tar.xz |
add sidebar link to category job view
-rw-r--r-- | TODO | 5 | ||||
-rw-r--r-- | job-cfg/chroot-test.yaml | 12 | ||||
-rw-r--r-- | job-cfg/general.yaml | 4 | ||||
-rw-r--r-- | job-cfg/webcheck.yaml | 4 |
4 files changed, 23 insertions, 2 deletions
@@ -58,14 +58,15 @@ About jenkins.debian.net == General ToDo * get rid of some reduncacy in job-cfg/*.yaml and also fix the FIXMEs there -* add documentation for jenkins-job-builder: +* add documentation for jenkins-job-builder and send pull requests on github: ** publisher:logparse +** publisher:htmlpublisher ** svn:scm ** properties: sidebar * mail notifications (to where?) * proper backup (=daily), see bottom of this document for what to backup * split TODO and about.txt? -** use debian stylesheet for about.html +** use debian stylesheet * proper git repo url, outside users/holger ** http://anonscm.debian.org/gitweb/?p=users/holger/jenkins.debian.net.git * only trigger (=really run) jobs if available+used packages have changed (save packages in db and compare) diff --git a/job-cfg/chroot-test.yaml b/job-cfg/chroot-test.yaml index 2ce12a5b..d890b07e 100644 --- a/job-cfg/chroot-test.yaml +++ b/job-cfg/chroot-test.yaml @@ -20,6 +20,10 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: + url: http://jenkins.debian.net/view/chroot-tests/ + text: All chroot-test jobs + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png @@ -47,6 +51,10 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: + url: http://jenkins.debian.net/view/chroot-tests/ + text: All chroot-test jobs + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png @@ -84,6 +92,10 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: + url: http://jenkins.debian.net/view/chroot-tests/ + text: All chroot-test jobs + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png diff --git a/job-cfg/general.yaml b/job-cfg/general.yaml index c1603733..4a49cbc8 100644 --- a/job-cfg/general.yaml +++ b/job-cfg/general.yaml @@ -12,6 +12,10 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: + url: http://jenkins.debian.net/view/debian-installer/ + text: All debian-installer jobs + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png diff --git a/job-cfg/webcheck.yaml b/job-cfg/webcheck.yaml index 6d28b985..ad2c6a8d 100644 --- a/job-cfg/webcheck.yaml +++ b/job-cfg/webcheck.yaml @@ -27,6 +27,10 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: + url: http://jenkins.debian.net/view/webcheck/ + text: All webcheck jobs + icon: /userContent/images/debian-swirl-24x24.png + - sidebar: url: http://www.profitbricks.com text: Sponsored by Profitbricks icon: /userContent/images/profitbricks-24x24.png |