Created
June 16, 2014 07:38
-
-
Save HowardvanRooijen/a0b1883c28054525c6c5 to your computer and use it in GitHub Desktop.
Top Level TeamCity MetaRunner Plugin definition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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>NewRelicDeploymentNotifierPlugin</name> | |
<display-name>NewRelic Deployment Notifier</display-name> | |
<version>snapshot</version> | |
<description>Notifies NewRelic that a new deployment has occurred.</description> | |
<vendor> | |
<name>Endjin Limited</name> | |
<url>http://endjin.com</url> | |
</vendor> | |
</info> | |
<deployment use-separate-classloader="false"/> | |
</teamcity-plugin> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment