summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/influxdb-full.xml
diff options
context:
space:
mode:
authorkendallpcdoctor <kendall@pc-doctor.com>2019-07-25 11:01:30 -0700
committerkendallpcdoctor <kendall@pc-doctor.com>2019-07-25 13:12:49 -0700
commit5117d87e8c7b9272f1ac5ef59f2f05afc32c9715 (patch)
treeb0200f1ef65f9eb9fff5d23c02d9b429a3b61a2d /tests/publishers/fixtures/influxdb-full.xml
parent2bff652b03bfcf0ab272e5cd0b5092472c201f7e (diff)
downloadpython-jenkins-job-builder-5117d87e8c7b9272f1ac5ef59f2f05afc32c9715.tar.gz
python-jenkins-job-builder-5117d87e8c7b9272f1ac5ef59f2f05afc32c9715.tar.xz
python-jenkins-job-builder-5117d87e8c7b9272f1ac5ef59f2f05afc32c9715.zip
Add support for two new plugins, and a new version of one
Added new support for the following plugins: Perforce plugin: https://wiki.jenkins.io/display/JENKINS/Perforce+Plugin InfluxDB plugin: https://wiki.jenkins.io/display/JENKINS/InfluxDB+Plugin Added support for v3.0 of the following plugin https://wiki.jenkins.io/display/JENKINS/Priority+Sorter+Plugin Change-Id: If109863a91710c08b34dee622496e551a7b3b520
Diffstat (limited to 'tests/publishers/fixtures/influxdb-full.xml')
-rw-r--r--tests/publishers/fixtures/influxdb-full.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/influxdb-full.xml b/tests/publishers/fixtures/influxdb-full.xml
new file mode 100644
index 00000000..b08e0bfd
--- /dev/null
+++ b/tests/publishers/fixtures/influxdb-full.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project>
+ <publishers>
+ <jenkinsci.plugins.influxdb.InfluxDbPublisher plugin="influx-db">
+ <selectedTarget>selectedtarget</selectedTarget>
+ <customProjectName>customprojectname</customProjectName>
+ <customPrefix>customprefix</customPrefix>
+ <jenkinsEnvParameterField>jenkinsenvparameterfield</jenkinsEnvParameterField>
+ <jenkinsEnvParameterTag>jenkinsenvparametertag</jenkinsEnvParameterTag>
+ </jenkinsci.plugins.influxdb.InfluxDbPublisher>
+ </publishers>
+</project>