Git flow: How to configure a one-click release process in Jenkins?

前端 未结 4 1153
栀梦
栀梦 2021-02-01 09:21

We are using the standard git flow branching model (develop, master, release-, hotfix-, etc).

As part of our workflow, we would like to set up a \"one-click\" r

4条回答
  •  轻奢々
    轻奢々 (楼主)
    2021-02-01 09:45

    You can simply use the jenkins plugin M2 Release Plugin with the release goals an options -B -DautoVersionSubmodules=true jgitflow:release-start jgitflow:release-finish

提交回复
热议问题