Re: Merging git branches to master using Jenkins

2015-09-30 Thread milki milk
Under Advanced Features in https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin, the docs talk about pre-build branch merging. You can specify the merge type as well - ff, or no-ff. By default, the plugin makes a new tag. As a post-build tag, you can then push the branch and tag back to the r

Merging git branches to master using Jenkins

2015-09-30 Thread Alex Brodov
I want to create a modular process which will merge the "devel" branch upon each successful build to the master branch, and it will also create a tag. Is there any way to do it using Jenkins and Git plugin rather than writing code. If yes, is there any option to provide Git plugin the repository