summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2019-04-10 01:13:17 +0000
committerGerrit Code Review <review@openstack.org>2019-04-10 01:13:17 +0000
commit9462a710f14f4b49a2a12a4850b335016f7f70cd (patch)
treec8d60912a0dedbdb0b809d73584c9019566ec093 /tests
parente6398cf3733e9306999596b74d8810a9334dd8fc (diff)
parent062b759ee97f8aa327698515226b6fd27128d798 (diff)
downloadpython-jenkins-job-builder-9462a710f14f4b49a2a12a4850b335016f7f70cd.tar.gz
python-jenkins-job-builder-9462a710f14f4b49a2a12a4850b335016f7f70cd.tar.xz
python-jenkins-job-builder-9462a710f14f4b49a2a12a4850b335016f7f70cd.zip
Merge "Add 'publishers-from' to the publishers module"
Diffstat (limited to 'tests')
-rw-r--r--tests/publishers/fixtures/publishers-from.xml8
-rw-r--r--tests/publishers/fixtures/publishers-from.yaml3
2 files changed, 11 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/publishers-from.xml b/tests/publishers/fixtures/publishers-from.xml
new file mode 100644
index 00000000..2369eb50
--- /dev/null
+++ b/tests/publishers/fixtures/publishers-from.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project>
+ <publishers>
+ <hudson.plugins.templateproject.ProxyPublisher>
+ <projectName>base-build</projectName>
+ </hudson.plugins.templateproject.ProxyPublisher>
+ </publishers>
+</project>
diff --git a/tests/publishers/fixtures/publishers-from.yaml b/tests/publishers/fixtures/publishers-from.yaml
new file mode 100644
index 00000000..322ba477
--- /dev/null
+++ b/tests/publishers/fixtures/publishers-from.yaml
@@ -0,0 +1,3 @@
+publishers:
+ - publishers-from:
+ project-name: base-build