diff options
author | Holger Levsen <holger@layer-acht.org> | 2017-04-13 15:34:32 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2017-04-13 15:34:32 +0200 |
commit | 3eb3ade06c495c7361ef3963ad236974eb0699ed (patch) | |
tree | e2943ee9e08752471f871c4fcb3487e02aca4e8d | |
parent | 5346e8a1279aa3415ac45b47656a886ad0c82a2f (diff) | |
download | jenkins.debian.net-3eb3ade06c495c7361ef3963ad236974eb0699ed.tar.xz |
fix jobview url
Signed-off-by: Holger Levsen <holger@layer-acht.org>
-rw-r--r-- | job-cfg/schroot.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/job-cfg/schroot.yaml b/job-cfg/schroot.yaml index 9bd479e0..e6845e2a 100644 --- a/job-cfg/schroot.yaml +++ b/job-cfg/schroot.yaml @@ -6,8 +6,8 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: - url: https://jenkins.debian.net/view/schroot-maint/ - text: schroot maintenance jobs + url: https://jenkins.debian.net/view/d-i_misc/ + text: misc d-i jobs icon: /userContent/images/debian-jenkins-24x24.png - sidebar: url: http://www.profitbricks.co.uk @@ -36,8 +36,8 @@ text: About jenkins.debian.net icon: /userContent/images/debian-swirl-24x24.png - sidebar: - url: https://jenkins.debian.net/view/schroot-maint/ - text: schroot maintenance jobs + url: https://jenkins.debian.net/view/d-i_misc/ + text: misc d-i jobs icon: /userContent/images/debian-jenkins-24x24.png - sidebar: url: http://www.profitbricks.co.uk |