Josh Buedel
- Total activity 101
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 32
-
Created Branch Remote Run Trigger recopies entire git repo to the agent
We've got a branch remote run trigger set up on a build. Anytime it fires TC recopies the entire repo (git) from the server to the agent. In our case this is a 500MG+ repo and the network connect... -
Created Can we filter out some commits from pending changes (and not trigger builds) by repo subfolder?
We have multiple projects that share a common git repo. The repo has a folder structure setup something like this: - root + Project1 + Project2 + CommonsSo the two project... -
Created Actual branch name available when doing remote-run with git?
Is the branch name and last committer available as a build parameter when doing a remote run launched via a Branch Remote Run Trigger using git? I do see the root branch (usually master) but not t... -
Created How to access system properties in rake-runner?
I need the values of a handful of vcs related datapoints in my rake file. Specifically, vcsroot.url and vcsroot.branch. But they seem not to be available at rake script runtime.I even print out t... -
Created Git branch remote run triggers fails with little info
As I understand the docs, I've got a git branch trigger set up properly. But the personal builds do not launch and I find this error in teamcity-remote-run.log:[2011-09-13 12:26:16,009] ERROR [ra... -
Created Infrequently used build agent license question
I have a question about licensing of build agents. Does a disabled agent consume an agent license? Can I have more agents than licenses, and manually enable/disable them as needed?Our situation i... -
Created What's the best practice around passing VS2008_Path to a build?
Our msbuild builds make use of the VS2008_Path agent parameter. With the latest TeamCity version this variable has been moved to a Configuration Parameter and therefore is not available in msbuild... -
Created Excessive SVN requests since upgrade
On 12/23 I upgraded our TeamCity server to 6.0. Pretty much immediately our svn server started getting polled excessively with requests that failed authentication. Like 50/s, per our network admi... -
Created Is there a system/environment variable for the current build id?
In TeamCity build configuration we have access to all kinds of properties of the build via the %propertyname% syntax. For example, %env.BUILD_NUMBER%.But one seems to be missing, and that is a prop... -
Created How can I access the value of the build comment from within the build?
When the user launches a build manually they have the option to key in a "build comment". Can I get access to this comment from within my build? I was hoping to see some sort of %build.Comment% v...