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

后端 未结 3 900
北荒
北荒 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:12

    Make the build parameterized and in the git URL box, put the name of the variable you've defined. For example: ${GIT_URL}. This should do it.

提交回复
热议问题