Deploying a specific Git tag with TeamCity -
at present, have teamcity build prompts %version% parameter, allowing me specify release version git revision i'm building. version automatically built, deployed our internal qa environment , tagged specified release version. artifacts used subsequent builds other environments.
this works well, except want flip tag release in git myself , tell teamcity which tag release. facilitate easy rollbacks previous versions.
the problem after teamcity prompts %version% parameter, can't stop treating build "feature branch," means subsequent builds can't find artifacts default builds (presumably because looking default branch of main build, doesn't exist).
is there way around this? can deploy different vcs tag without teamcity treating separate branch (i have no need feature branching feature of teamcity), or going have start treating release tags different "branches" across of teamcity build configurations?
Comments
Post a Comment