summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/opsgenie-full.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/publishers/fixtures/opsgenie-full.xml')
-rwxr-xr-xtests/publishers/fixtures/opsgenie-full.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/opsgenie-full.xml b/tests/publishers/fixtures/opsgenie-full.xml
new file mode 100755
index 00000000..4e630e6e
--- /dev/null
+++ b/tests/publishers/fixtures/opsgenie-full.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project>
+ <publishers>
+ <com.opsgenie.integration.jenkins.OpsGenieNotifier plugin="opsgenie">
+ <alertPriority>P1</alertPriority>
+ <notifyBuildStartPriority>P2</notifyBuildStartPriority>
+ <enable>true</enable>
+ <notifyBuildStart>true</notifyBuildStart>
+ <apiKey>test api key</apiKey>
+ <apiUrl>another-opsgenie-instance.com</apiUrl>
+ <tags>a,b,c</tags>
+ <teams>team a, team b</teams>
+ </com.opsgenie.integration.jenkins.OpsGenieNotifier>
+ </publishers>
+</project>