Josh Buedel
- Total activity 101
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Created What is the url for downloading artifacts of personal builds?
Given the build type id of say,bt42, and my TeamCity server located at http://teamcity.josh.com/, what is the url for downloading the artifacts zip bundle for my most recent personal build? Prefer... -
Created Integrating Partcover 4.0 in TeamCity
I recently updated our PartCover from 2.3 to 4.0 on the build agent. That got me past the first problem [0]. Now a partcover code coverage xml file is produced (I see it in .teamcity artifacts fo... -
Created Build hangs after enabling partcover
Our build consistently hangs after enabling partcover. I can see from the build log that the hang occurs right after the last of the unit tests is run. Setting no code coverage resolves the hang.... -
Created NUnit tests no longer appear in the build results
We've recently updated our build from VS2005 to VS2010. Since doing that, the unit tests have stopped showing up in TC. They are running however, I can see them in the build log. It seems that t... -
Created Can the files of an artifact dependency be zipped as they pass to the destination build?
How do I set up an artifact dependency such that as the artifacts flow from build A to build B they are zipped into an archive? This is the opposite of the ! operator (which unzips an archive from... -
Created How Does Multiple VCS Roots Work?
What is the effect of having multiple VCS roots set up on a single build configuration? I noticed I had done this, purely accidentally, when I saw that a check in to one repo was triggering two di... -
Created Can I promote the FxCop and Dup Finder reports to tabs on the project page?
Under one project I have 6 build configs. 3 of those builds produce project metrics in various forms. Some of the outputs are reports in html format. I collect them as artifacts and then 'promot... -
Created Custom Statistics Graph With One Series Graphed by Default
I have a graph of some custom statistics which has about 40 data series. By default all are checked when the statistics page is first presented. I would like the default to be that a particular s... -
Created Can TeamCity Automatically 'Discover' & Chart New Statistics?
I am publishing code coverage percentage statistics by assembly where the key name is in two parts. The literal 'CodeCoverage' followed by an assembly name. Like so: ##teamcity[buildStatisticV... -
Created What is the url for accessing artifacts of builds tagged 'qa-ready'?
I want to copy the artifacts of certain builds to a unc share. Devs will tag worthy builds with 'qa-ready'. A dependent build config will occasionally poll TeamCity for the list of tagged builds,...