summaryrefslogtreecommitdiffstats
path: root/tests/publishers/fixtures/opsgenie-minimal.xml
blob: 21d7587b27a3a43994edaadf9b7cfcd4e2caa24e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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>