git - Configure dependent teamcity build configuration to build only tags -


i have 2 build configurations, lets call them build , deploy. build triggered via webhook each commit/tag , build artifacts.

what want achieve is: each time tag built, deploy build triggered, takes artifacts , deploys somehow (how — doesn't matter in scope of question).

what have already:

  1. deploy depends on build via snapshot dependency.
  2. deploy has branch specification looking this: +:refs/tags/*
  3. deploy has finished build trigger branch filter looking this:
+:* -:<default> 
  1. both configurations have flag use tags branches enabled

but doesn't work.

specifications/filters based on this answer. , way master branch not triggered, feature branches (which not desired, since want see tags there)

i tried putting +:refs/tags/* branch filter finished build trigger. in case nothing triggered @ all.

teamcity version 9.1.4


Comments

Popular posts from this blog

c# SetCompatibleTextRenderingDefault must be called before the first -

C#.NET Oracle.ManagedDataAccess ConfigSchema.xsd -

c++ - Fill runtime data at compile time with templates -