Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in

Git Stash 2.9, Jenkins and refs/pull-requests?

Andre-John Mas April 16, 2014

What is the right way in Git Stash 2.9 to get the changes associated with a pull-request Id, in order to be able to build them?

We are using Jenkins to retrieve changes from the main repo of our project and select the correct branch to build. Previously we were using the refs/pull-requests/xxx/from, for the branch specifier, but this no longer works. I am looking at the pull-request, but it is not clear if anything in there is giving the branch I should be using?

I don't want to have to clone the repo which the pull-request is sourcing.

Any help would be appreciated.

BTW I should mention the pull-request is being created via the REST API, in case that changes anything.

1 answer

1 accepted

1 vote
Answer accepted
Andre-John Mas April 17, 2014

I spoke to a colleague and it turns out that after I create the pull-request in the REST API I need to a GET pull-requests/<pull-request id>/merge to have the merge branch created. Doing a POST on the URL will do the merge to destination branch.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events