0
votes

In TeamCity (v8.0.1), I have 3 configs: Build, Deploy, and Test

Build uses github to compile up to 10 different branches (as specified by the Branch Specifications settings), and is triggered by any github commit.

Deploy is a manual trigger, and has an artifact dependency on the Build config. When a user decides it's time to deploy, they can choose any Build artifact and they also enter a value for a configuration parameter (which tells a Deploy build step which testing server to send the artifact to).

I'd like it so the Test config auto-triggers upon Deploy finish, and will use the same artifact that Deploy used. Since Deploy is a manual trigger, it seems like a proper build chain isn't the solution here, but I could be wrong. Can someone help out?

1

1 Answers

0
votes

Have you looked into the "Finished Build Trigger" type?