Please help with a simple build chain configuration
Hi,
how the simple build change compile -> test -> deploy (described here http://blogs.jetbrains.com/teamcity/2012/04/24/teamcity-build-dependencies-2/) must be configured, so the test configuration automaticly runs after the compile (triggered due to changes changes in the vcs root of compile build) step has finished?
Configure a vcs trigger in the test build with checked "Trigger on changes in snapshot dependencies" is not enough.
Thanks for a hint.
Greetings
Torsten
Please sign in to leave a comment.
That should be enough.
Are the configurations linked with a snapshot dependency?
Yes, the test configuration has a snapshot dependency to the compile configuration. But without a build trigger (i.e. vcs trigger), the test configuration does not start automaticly. :-(