Karl Krasnowsky

- Total activity 28
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 9
-
Created Wanting to customize build success email template...
Hello,Looking for an example/tutorial on adding my own custom content to the body of the build_successful.ftl template.Basically, I have a number of env.* paramerters that I set during the build ru... -
Created Build queue... how to clear without starting server?
The past couple of weeks we split our build configurations out into two servers in order to aleviate contention. To do this we simply cloned the original server to another, reset the database conne... -
Created TC system cloned, now what?
Hello,We have a TeamCity installation on a server that was handling two configurations: CI (quick) build which was triggered on code checkin, and Integration configuration (long) triggered at two t... -
Created Problem with Multiple Build Agents (when there only should be one).
Starting this morning I started getting this error on our TC build server:Registering on server http://localhost:8080, AgentDetails{Name='WAVMIMG-DEV012', AgentId=null, BuildId=null, AgentOwnAddres... -
Created Killing a long running build task...
Hello,We have a custom build step in TeamCity that runs a command line process. We've had occasions lately that something goes wrong during this process that will hang it up and requires human inte... -
Created Posting Code Coverage test results to TeamCity from script...
In order to gain some continuity between local development and CI server environment we changed our CI strategy to running our build process from the confines of a MSBuild script rather than utiliz... -
Created What to use in TC for JavaScript code coverage reporting???
Hello,I've searched the discussions and can find no definitive answer to this.I have an existing Jasmine test code base that is run through PhantomJS and with the beauty of the Jasmine TeamcityRepo... -
Created Debugging a command-line unit test build step...
Hello. New to the group and new to TeamCity so any help would be greatly appreciated (without too much laughter).I have a jasmine based test harness that is utilizing a requrejs backbone configurat...