forked from Tapadoo/TCSlackNotifierPlugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathteamcity-plugin.xml
20 lines (20 loc) · 871 Bytes
/
teamcity-plugin.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<teamcity-plugin xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:shemas-jetbrains-com:teamcity-plugin-v1-xml">
<info>
<name>slackNotifier</name> <!-- the name of plugin used in teamcity -->
<display-name>Slack Notifier</display-name>
<version>2.2.0</version>
<description>Post build success notifications to Slack</description>
<vendor>
<name>Tapadoo</name>
<url>http://tapadoo.com</url>
<logo>http://buzz.tapadoo.com/tp_small_logo.png</logo>
</vendor>
</info>
<deployment use-separate-classloader="true" /> <!-- load server plugin's classes in separate classloader-->
<parameters>
<parameter name="key">value</parameter>
<!-- ... -->
</parameters>
</teamcity-plugin>