Run action after a label is set

Hello,

I have a standard build configuration, ending with a simple ssh copy of the output files to a remote server.

The process wanted is simple:

  • The developper pushes the commit to production
  • Teamcity builds the product
  • The developper downloads the product from the remote server where build results are stored
  • The developper tests the product (end-to-end testing, testing setups etc, can't be automated at the moment).
  • If the product is okay, label the build that produced this output as the new version (let's say 3.2.1).
  • Teamcity applies the label, and moves the files produced by this build to a folder named after the label value (3.2.1 in this example).

Only the last step is missing, because I don't find any ways to connect on the tag action to trigger some sort of build action.

0

Please sign in to leave a comment.