Prashant Deva
- Total activity 15
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 7
-
-
Prashant Deva created a post, 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 ... -
Prashant Deva created a post, 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? -
Prashant Deva created a post, AnsweredMove build agent home folder
I 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... -
Prashant Deva created a post, 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. -
Prashant Deva created a post, Fogbugz integration
I see that the new teamcity integrates with bugzilla and jira.are there any plans for fogbugz integration too? -
Prashant Deva created a post, 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... -
Prashant Deva created a post, 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...