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
Post a Comment