e4def742a2
- Appeyor Build Integration results - Revision links (PR, issues, commits, AppVeyor)
181 lines
5.3 KiB
XML
181 lines
5.3 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<dictionary>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.AppVeyor.AppVeyorAccountName</string>
|
|
</key>
|
|
<value>
|
|
<string>pmiossec</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.AppVeyor.AppVeyorDisplayGitHubPullRequests</string>
|
|
</key>
|
|
<value>
|
|
<string>false</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.AppVeyor.AppVeyorLoadTestsResults</string>
|
|
</key>
|
|
<value>
|
|
<string>false</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.AppVeyor.AppVeyorProjectName</string>
|
|
</key>
|
|
<value>
|
|
<string>git-tfs-v2qcm</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.EnableIntegration</string>
|
|
</key>
|
|
<value>
|
|
<string>true</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.ShowBuildSummaryInGrid</string>
|
|
</key>
|
|
<value>
|
|
<string>true</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.TeamCity.BuildIdFilter</string>
|
|
</key>
|
|
<value>
|
|
<string>bt787</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.TeamCity.BuildServerUrl</string>
|
|
</key>
|
|
<value>
|
|
<string>https://teamcity.jetbrains.com</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.TeamCity.LogAsGuest</string>
|
|
</key>
|
|
<value>
|
|
<string>false</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.TeamCity.ProjectName</string>
|
|
</key>
|
|
<value>
|
|
<string>GitTfs</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>BuildServer.Type</string>
|
|
</key>
|
|
<value>
|
|
<string>AppVeyor</string>
|
|
</value>
|
|
</item>
|
|
<item>
|
|
<key>
|
|
<string>RevisionLinkDefs</string>
|
|
</key>
|
|
<value>
|
|
<string><?xml version="1.0" encoding="utf-16"?>
|
|
<ArrayOfGitExtLinkDef xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<GitExtLinkDef>
|
|
<SearchInParts>
|
|
<RevisionPart>RemoteBranches</RevisionPart>
|
|
</SearchInParts>
|
|
<RemoteSearchInParts>
|
|
<RemotePart>URL</RemotePart>
|
|
</RemoteSearchInParts>
|
|
<LinkFormats>
|
|
<GitExtLinkFormat>
|
|
<Caption>PR#{0}</Caption>
|
|
<Format>https://github.com/git-tfs/git-tfs/pull/{0}</Format>
|
|
</GitExtLinkFormat>
|
|
</LinkFormats>
|
|
<Name>GitHub-Pull Requests</Name>
|
|
<SearchPattern>pull/(\d+)$</SearchPattern>
|
|
<Enabled>true</Enabled>
|
|
<UseRemotesPattern>upstream|origin</UseRemotesPattern>
|
|
<UseOnlyFirstRemote>true</UseOnlyFirstRemote>
|
|
</GitExtLinkDef>
|
|
<GitExtLinkDef>
|
|
<SearchInParts>
|
|
<RevisionPart>Message</RevisionPart>
|
|
</SearchInParts>
|
|
<RemoteSearchInParts>
|
|
<RemotePart>URL</RemotePart>
|
|
</RemoteSearchInParts>
|
|
<LinkFormats>
|
|
<GitExtLinkFormat>
|
|
<Caption>#{0}</Caption>
|
|
<Format>https://github.com/git-tfs/git-tfs/issues/{0}</Format>
|
|
</GitExtLinkFormat>
|
|
</LinkFormats>
|
|
<Name>GitHub-Issue</Name>
|
|
<SearchPattern>#(\d+)</SearchPattern>
|
|
<Enabled>true</Enabled>
|
|
<UseRemotesPattern>upstream|origin</UseRemotesPattern>
|
|
<UseOnlyFirstRemote>true</UseOnlyFirstRemote>
|
|
</GitExtLinkDef>
|
|
<GitExtLinkDef>
|
|
<SearchInParts>
|
|
<RevisionPart>Message</RevisionPart>
|
|
</SearchInParts>
|
|
<RemoteSearchInParts>
|
|
<RemotePart>URL</RemotePart>
|
|
</RemoteSearchInParts>
|
|
<LinkFormats>
|
|
<GitExtLinkFormat>
|
|
<Caption>Commit on Github</Caption>
|
|
<Format>https://github.com/git-tfs/git-tfs/commit/%COMMIT_HASH%</Format>
|
|
</GitExtLinkFormat>
|
|
<GitExtLinkFormat>
|
|
<Caption>Project on Github</Caption>
|
|
<Format>https://github.com/git-tfs/git-tfs</Format>
|
|
</GitExtLinkFormat>
|
|
</LinkFormats>
|
|
<Name>GitHub</Name>
|
|
<SearchPattern>.*</SearchPattern>
|
|
<Enabled>true</Enabled>
|
|
<UseRemotesPattern>upstream|origin</UseRemotesPattern>
|
|
<UseOnlyFirstRemote>true</UseOnlyFirstRemote>
|
|
</GitExtLinkDef>
|
|
<GitExtLinkDef>
|
|
<SearchInParts>
|
|
<RevisionPart>Message</RevisionPart>
|
|
</SearchInParts>
|
|
<RemoteSearchInParts>
|
|
<RemotePart>URL</RemotePart>
|
|
</RemoteSearchInParts>
|
|
<LinkFormats>
|
|
<GitExtLinkFormat>
|
|
<Caption>AppVeyor</Caption>
|
|
<Format>https://ci.appveyor.com/project/pmiossec/git-tfs-v2qcm/history</Format>
|
|
</GitExtLinkFormat>
|
|
</LinkFormats>
|
|
<Name>AppVeyor</Name>
|
|
<SearchPattern>.*</SearchPattern>
|
|
<Enabled>true</Enabled>
|
|
<UseRemotesPattern>upstream|origin</UseRemotesPattern>
|
|
<UseOnlyFirstRemote>true</UseOnlyFirstRemote>
|
|
</GitExtLinkDef>
|
|
</ArrayOfGitExtLinkDef></string>
|
|
</value>
|
|
</item>
|
|
</dictionary> |