summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/opsgenie-minimal.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/publishers/fixtures/opsgenie-minimal.xml')
-rwxr-xr-xtests/publishers/fixtures/opsgenie-minimal.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/opsgenie-minimal.xml b/tests/publishers/fixtures/opsgenie-minimal.xml
new file mode 100755
index 00000000..21d7587b
--- /dev/null
+++ b/tests/publishers/fixtures/opsgenie-minimal.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="utf-8"?>
+<project>
+ <publishers>
+ <com.opsgenie.integration.jenkins.OpsGenieNotifier plugin="opsgenie">
+ <alertPriority>P3</alertPriority>
+ <notifyBuildStartPriority>P3</notifyBuildStartPriority>
+ <enable>false</enable>
+ <notifyBuildStart>false</notifyBuildStart>
+ <apiKey/>
+ <apiUrl/>
+ <tags/>
+ <teams/>
+ </com.opsgenie.integration.jenkins.OpsGenieNotifier>
+ </publishers>
+</project>