Paul
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Created Re-Run old build with build steps at the time?
A feature of TeamCity I had not had much use for is to re-run a build. I had a need to try it recently and found that it did not do as I expected. I had a failing Monday (today) build failing and... -
Edited Overriding existing projects on import
AnsweredWe have recently implemented a second TeamCity server, this new server will be for development and debugging of configurations, and the existing server will be for for production. This was require... -
Edited Is it possible for a dependent to ignore pending changes and instead use last successful build?
What I want to accomplish is normally counter intuitive as any pending changes SHOULD be taken into consideration, but I've got multiple configurations in chain(s) that are triggering rebuilds of d... -
Created TeamCity not using latest VCS commit
AnsweredMy VCS is GitHub, with all my VCS roots on the <Root Project> I've got one configuration failing because of a script file not existing when the build is called. In actuality it's because the commi... -
Created Server/Agent disconnects, notification or build cancellation?
CompletedIs there a way internally or external for notifying when the server or agent is unavailable? Thanks to conditions that are beyond my privileges to change I'll find machines getting rebooted and ag... -
Created Best practices for 'either' build dependencies, or shared parent projects?
I'm trying to simulate a work flow with the fewest redundant components, in which that our projects need to be: Compiled for multiple os + architecture combinations. (lets say Step A) Build of of... -
Edited How to create agent requirements for drive exists?
Some of our build configurations have a step that copies third-party components from a specific D:\Dev\ThirdParty\ folder. Not all machines will have a D drive unfortunately so I'd like to set up ... -
Edited Updating VCS post-build
A small team of us has been tasked to migrate an existing build process using SourceGear Vault and batch scripts to using GitHub and TeamCity, but there are some steps that we're not sure how to in...