summaryrefslogtreecommitdiffstats
path: root/tests/properties/fixtures/sidebar01.xml
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-07-10 21:41:34 +0100
committerPhilip Hands <phil@hands.com>2015-07-10 21:41:44 +0100
commitd1e4168594277b22f4c94f46848b921677e111e3 (patch)
treeaca398eb3178b54a3d6a987a457f55745fa9be7e /tests/properties/fixtures/sidebar01.xml
parent9e0ef50a18976d8bd368f41ce4e101f1f212a3b8 (diff)
downloadpython-jenkins-job-builder-d1e4168594277b22f4c94f46848b921677e111e3.tar.gz
python-jenkins-job-builder-d1e4168594277b22f4c94f46848b921677e111e3.tar.xz
python-jenkins-job-builder-d1e4168594277b22f4c94f46848b921677e111e3.zip
Adding support for Sidebar Plugin
<https://wiki.jenkins-ci.org/display/JENKINS/Sidebar+Plugin You can find the original version of this patch here: https://github.com/h01ger/jenkins-job-builder/commit/c5ea266856d2d9205c4904e98dd3948269043a4e Update to the original author's patch is limited to moving the one line from setup.py to setup.cfg, fixing some pep8 errors, and adding a unit test. It is being submitted upstream with Holger's approval, because he doesn't have the time available to do it himself. Change-Id: I75ffedeaafab3aea4eb1b172a980d625669fdacc Co-Authored-By: Philip Hands <phil@hands.com>
Diffstat (limited to 'tests/properties/fixtures/sidebar01.xml')
-rw-r--r--tests/properties/fixtures/sidebar01.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/properties/fixtures/sidebar01.xml b/tests/properties/fixtures/sidebar01.xml
new file mode 100644
index 00000000..fa243e45
--- /dev/null
+++ b/tests/properties/fixtures/sidebar01.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project>
+ <properties>
+ <hudson.plugins.sidebar__link.ProjectLinks>
+ <links>
+ <hudson.plugins.sidebar__link.LinkAction>
+ <url>https://jenkins.debian.net/userContent/about.html</url>
+ <text>About jenkins.debian.net</text>
+ <icon>/userContent/images/debian-swirl-24x24.png</icon>
+ </hudson.plugins.sidebar__link.LinkAction>
+ </links>
+ </hudson.plugins.sidebar__link.ProjectLinks>
+ </properties>
+</project>