jgitflow-maven-plugin

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

好久不见. 提交于 2019-12-03 05:59:04
问题 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" release via jenkins. I was looking at the jgitflow-maven-plugin. Can I set up this plugin to do a one-click release from jenkins? If so, what are the configuration options? In particular, can I do something like this? Jenkins Job Maven goals: release-start release-finish -Dsomething -Delse And is there a way tell it to automatically

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

≡放荡痞女 提交于 2019-12-02 21:01:10
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" release via jenkins. I was looking at the jgitflow-maven-plugin . Can I set up this plugin to do a one-click release from jenkins? If so, what are the configuration options? In particular, can I do something like this? Jenkins Job Maven goals: release-start release-finish -Dsomething -Delse And is there a way tell it to automatically build from the latest -SNAPSHOT version, e.g. if the version is 1.2.3-SNAPSHOT it would build release-1.2