continuous integration - concourse tagged replease deployment -
i want auto deploy tagged releases using concourse. example, if tag release "stage" deploy staging. there tag_filter option concourse git resource this.
the problem needs know branch name in advance if set master will work fine. have hotfixes may not merged master don't know name of branch in advance, example hotfix-009. solution works 1 branch tags apply branch.
i saw there git multi-branch resource allows to specify multi branches monitor (.*) doesn't support tag_filter parameter.
any ideas?
the tag_filter
glob-compatible, setting stage-*
should trick.
Comments
Post a Comment