Merging git branches to master using Jenkins -


i want create modular process merge "devel" branch upon each successful build master branch, , create tag. there way using jenkins , git plugin rather writing code. if yes, there option provide git plugin repository url parameter, modular possible. job want create performing merge (git merge --no-commit -x theirs) operation , create tag (the tag name provided parameter well).this job triggered other jobs.

you can try use post-build action git publish , provide it's fields build parameters have variables (for example $repo_url, if have parameterized build variable $repo_url or have env injection plugin variable).


Comments

Popular posts from this blog

html - Outlook 2010 Anchor (url/address/link) -

javascript - Why does running this loop 9 times take 100x longer than running it 8 times? -

Getting gateway time-out Rails app with Nginx + Puma running on Digital Ocean -