Standalone teamcity website example

This commit is contained in:
Thaddee Tyl 2014-09-03 23:33:03 +02:00
parent e47c74a82b
commit 5ac3371d7d

View File

@ -159,6 +159,15 @@ I made the GitHub Badge Service.
<td><img src='//img.shields.io/teamcity/codebetter/bt428.svg' alt=''/></td>
<td><code>http://img.shields.io/teamcity/codebetter/bt428.svg</code></td>
</tr>
</tr>
<tr><th> TeamCity (simple build status): </th>
<td><img src='//img.shields.io/teamcity/http/teamcity.jetbrains.com/s/bt345.svg' alt=''/></td>
<td><code>http://img.shields.io/teamcity/http/teamcity.jetbrains.com/s/bt345.svg</code></td>
</tr>
<tr><th> TeamCity (full build status): </th>
<td><img src='//img.shields.io/teamcity/http/teamcity.jetbrains.com/e/bt345.svg' alt=''/></td>
<td><code>http://img.shields.io/teamcity/http/teamcity.jetbrains.com/e/bt345.svg</code></td>
</tr>
<tr><th> AppVeyor: </th>
<td><img src='//img.shields.io/appveyor/ci/gruntjs/grunt.svg' alt=''/></td>
<td><code>http://img.shields.io/appveyor/ci/gruntjs/grunt.svg</code></td>