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:
deploydepends onbuildvia snapshot dependency.deployhas branch specification looking this:+:refs/tags/*deployhasfinished buildtrigger branch filter looking this:
+:* -:<default>
- both configurations have flag
use tags branchesenabled
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
Post a Comment