jenkins-job-builder/tests/properties/fixtures/office-365-connector-minimal.xml
Igor Lakhtenkov 7cb8169c83 Added support of Office-365-Connections plugin properies configuration
Change-Id: I2108023da57d2d412c0dcca5e513d20fdf059059
Task: #41566
2021-01-15 06:07:29 +03:00

23 lines
902 B
XML

<?xml version="1.0" encoding="utf-8"?>
<project>
<properties>
<jenkins.plugins.office365connector.WebhookJobProperty plugin="Office-365-Connector">
<webhooks>
<jenkins.plugins.office365connector.Webhook>
<url>http://outlook.office.com/webhook</url>
<name/>
<startNotification>false</startNotification>
<notifySuccess>true</notifySuccess>
<notifyAborted>false</notifyAborted>
<notifyNotBuilt>false</notifyNotBuilt>
<notifyUnstable>true</notifyUnstable>
<notifyFailure>true</notifyFailure>
<notifyBackToNormal>true</notifyBackToNormal>
<notifyRepeatedFailure>false</notifyRepeatedFailure>
<timeout>30000</timeout>
</jenkins.plugins.office365connector.Webhook>
</webhooks>
</jenkins.plugins.office365connector.WebhookJobProperty>
</properties>
</project>