I've started using TeamCity personal builds, via the new Git remote run feature in TeamCity 6.5. Doing a single build works fine; I have a project that compiles from source, and I gave it a Branch Remote Run trigger.

However, it looks like TeamCity only triggers the one project that has the Branch Remote Run trigger applied. I have several unit test projects, set up in a chain with Finish Build triggers, and none of these get run. Furthermore, if I try to start a custom build of one of these unit test projects, I can't use the artifacts from my personal build: I can only pick artifacts from one of the 'official' builds.

Can I get TeamCity personal builds to work with build chains?

link|improve this question

feedback

1 Answer

I suppose you should setup your chain not with Finish Build trigger, but with "Snapshot dependencies" feature of TeamCity. And, setup artifacts dependency basing on the snapshots.

Please read about snapshot dependencies in TeamCity here.

link|improve this answer
Thanks - I have snapshot dependencies set up already, and they work fine for non-personal builds. If I remove the Finish Build trigger then not only do the personal builds not work, but also the non-personal builds stop triggering. – Tim Robinson Jun 9 '11 at 8:41
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.