Skip to content

Commit

Permalink
format readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathan-madison committed Sep 20, 2014
1 parent 65518e3 commit 41807a3
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@
rsTeamCityBuild
=======================

=======================
Logic map
=======================

check a folder for presence of a key file (e.g. web.config)

Expand All @@ -15,14 +12,15 @@ if not present, submit HTTP request using basic auth to team city server api
=======================
Usage
=======================

<pre>
rsTeamCityBuild test1
{
Name = "prod1"
CheckFile = "C:\inetpub\wwwroot\test.txt"
TeamCityAPIBuild = "http://23.253.104.253/httpAuth/action.html?add2Queue=Test1_80"
TeamCityAPIBuild = "https://23.253.104.253/httpAuth/action.html?add2Queue=Test1_80"
TeamCityUser = "admin"
TeamCityPass = "blahblah"
Ensure = "Present"
DependsOn = @("[xWebsite]jmad_rackspacedevops_com")
}
</pre>

0 comments on commit 41807a3

Please sign in to comment.