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
We never found a way to get this to work via a plugin or maven goal in Jenkins.
Our solution ended up with a bash script that did git flow release start , maven release process, git flow release finish and other things (git pull on develop and master at very start, git push and slack notification at very end).