-
New Feature
-
Resolution: Unresolved
-
Minor
-
None
I have a situation where the jenkins job pushes changes to a feature branch that then needs a pull request, since the changes need to be reviewed before merging into master.
It would be nice if the github-pugin had a Post-build Actions that allowed for the creation of a pull request on GitHub (after the git-publisher post build action is executed).
GitHub has an API that supports such a feature : https://developer.github.com/v3/pulls/#create-a-pull-request