Paul
- Total activity 21
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 3
- Subscriptions 8
-
Paul created a post, 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... -
Paul created a post, AnsweredOverriding existing projects on import
We 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... -
Paul created a post, 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... -
Paul created a post, AnsweredTeamCity not using latest VCS commit
My 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... -
Paul created a post, CompletedServer/Agent disconnects, notification or build cancellation?
Is 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... -
Paul created a post, 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... -
Paul created a post, 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 ... -
-
-
Paul created a post, 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...