Chris Walquist
- Total activity 76
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 28
-
Created VS2003 runner issue: 'cl' failed to start...cannot find the file specified
Hi,Getting the error below for a vs2003 runner, on multiple agents.Not sure which file it's speaking of (see end of log below), it seems that cl itself launches.Build succeeds locally.Thanks!-chris... -
Created How do I point a project build config to a specific build agent?
Hi,I have two projects and two agents, each running on a build machine non-interchangable with the other. Each project needs to run on a specific machine, but since I'm wrapping the build in a "Co... -
Created How do I pass username of the triggering user to my build script?
Hi,I've set up a "ReleaseCandidate" build, triggered only by "Run" (doesn't poll a repository) that labels a project before it builds, and sends an email notification afterward. It would be useful...