The Atlassian Community Forums are currently in read-only mode. We will be relaunching on a new platform on September 22 (read more here). We apologize for the extended downtime. For concerns or questions, please email communitymanagers@atlassian.com. See you on the other side, on the new Atlassian Community Forums! :)

×

Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

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

Comments for this post are closed

Community moderators have prevented the ability to post new answers.

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.

TAGS
AUG Leaders

Atlassian Community Events