Russell Egan
- Total activity 43
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 15
-
Created After upgrade to 8.0.4, half my projects have disappeared. Help.
I upgraded to 8.0.4 from 8.0.3. We had two sub projects under root, each of which had additional subprojects under that. One of those subprojects is completely gone after the upgrade.There were n... -
Created Distributing an iphone IPA from build results page?
Has anyone figured a way provide a link from the results of a build for iphone users to install an ad hoc distribution?Use Case: team of developers working on an iphone app, auto-building app with ... -
Created auto build github pull requests like travis ci
Would be awesome if teamcity could monitor pull requests on a target repostory, and auto-run builds on the pull requests. Github just released an additional API specifically for CI servers to mark... -
Created Why are ant scripts on teamcity agents not executable?
I'm referring to the bundled copy of ant with the agent, in plugins/ant.We have a build configuration that tries to call this ant from a script (we need to call ant via a coverity executable). Rat... -
Created How do you organize your projects?
We have several different software projects sharing a TeamCity server. Each project has multiple build configurations. They also have multiple versions, and each version of the each project used ... -
Created How to enable more logging for git plugin
How do I configure the git plugin to log, and where would it log to? I need to see what commands you are running against the server to understand some performance issues we're having when TC check... -
Created Notification when build is pinned.
I'm wondering whether anyone else would find this useful. Here's our use case:Some of our build configurations are our "official" builds, the one's we release to external teams, like our test and ... -
Created How can I force a build with all current sources even if changes are not detected?
I've run into several situations where TeamCity failed to detect changes: server and repos time was out of sync, mucking around with branches, mucking around with our CVS access controls and repos ... -
Created Show only last pinned build in status widget?
Is there a parameter I can pass to the externalStatus.html servlet that will show only the last pinned build of a particular built type id? We have one build type called our "Official Build", whic... -
Created What's being built is not matching what was tagged.
Here's the problem: we have a developer whose changes are not going into the cvs history file for some reason, so TeamCity is not detecting them. We'll work on fixing that. But here's the strange...