summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/opsgenie-full.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/publishers/fixtures/opsgenie-full.yaml')
-rwxr-xr-xtests/publishers/fixtures/opsgenie-full.yaml10
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/publishers/fixtures/opsgenie-full.yaml b/tests/publishers/fixtures/opsgenie-full.yaml
new file mode 100755
index 00000000..3bc58059
--- /dev/null
+++ b/tests/publishers/fixtures/opsgenie-full.yaml
@@ -0,0 +1,10 @@
+publishers:
+- opsgenie:
+ enable-sending-alerts: true
+ notify-build-start: true
+ api-key: "test api key"
+ priority: "P1"
+ build-starts-alerts-priority: "P2"
+ api-url: "another-opsgenie-instance.com"
+ tags: "a,b,c"
+ teams: "team a, team b"