Prashant Deva
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
Created How to select specific jdk installation for build agent?
I have both java 6 and java 7 installed on my machine.The TeamCity build agent seems to pick java 7 to run the build against.However, I want it to use the java 6 installation.How do i configure it ... -
Created How to upgrade Build Agents?
The document on Teamcity only focuses on installing new build agents.I have a build agent from version 7.0.2 and want to upgrade it to the latest 7.0.3 release.What are the steps to do the upgrade? -
Created Move build agent home folder
AnsweredI am running teamcity 7 on windows. I am currently using the build agent which gets installed by default as a windows service and is located in the <teamcity>/buildAgent folder.However, I want to m... -
Created Need to access build counter from within ant
Currently teamcity only provides the ${build.number} property. However there are certain tasks where I need only the build counter.The build counter should also be exposed as a property. -
Created Fogbugz integration
I see that the new teamcity integrates with bugzilla and jira.are there any plans for fogbugz integration too? -
Created Tracking performance metrics across builds
After doing our builds, we want to run some tests which will measure the performance of the latest build.Is there an easy way to show the performance numbers as graphs inside teamcity for each buil... -
Created Is Ant a second class citizen on Teamcity?
It seems that code inspections and duplicate detection for projects is available only if it uses maven2 scripts. Is there any way to use these from an ant script? If not, are there any plans to cre...