Can I get Jenkins to build a git tag from a passed in parameter?

后端 未结 3 891
北荒
北荒 2020-12-05 13:30

Jenkins supports parametrized builds.

I have a deployment build that requires the tag to deploy to be specified via a parameter. (to deploy a particular tag to produ

3条回答
  •  再見小時候
    2020-12-05 14:07

    There's Git Parameter Plugin, which allows you to do exactly that:

    This plugin allows you to assign git tag or revision number as parameter in Parametrized builds. There is no need to set up anything special, this plugin will read your default configuration from Git Plugin.

提交回复
热议问题