mattadamson

Results 52 comments of mattadamson

Hi @RobWin did you get any feedback from Rafael here? Thanks

All, Reading through does this mean you have a solution to use the plug in when you create PR's from forked repositories? I thought this wasn't possible because the PR...

What does your configuration look like? What version of stash / bitbucket are you using?

actually just before I sent screenshots I tried updating to indicate every single PR event not just OPENED / RESCOPED and the build button appeared. I wonder if it's also...

I can open up another issue if you like however I noticed when I configured the URL as per the example blog http://build.us.root.com:8080/job/PullRequestBuilderTest/buildWithParameters?${EVERYTHING_URL} It failed and then noticed a stash...

thanks @tomasbjerre this is certainly when I've cloned a fork locally. If I'm operating on a clone how can I also fetch the main repo within the clone? You mean...

I currently have this git clone $PULL_REQUEST_TO_HTTP_CLONE_URL cd * git reset --hard $PULL_REQUEST_TO_HASH git status git remote add from $PULL_REQUEST_FROM_HTTP_CLONE_URL git fetch from git merge $PULL_REQUEST_FROM_HASH git --no-pager log --max-count=10...

Thanks what do you mean "not more" ? Can you think of any work around at all?

I'm very interested in this feature. I'm not clear what if anything is holding up the approval and merge now?

Do you know what would be required to add support for open api 3? We would like to see this and perhaps can help contribute if the changes are relatively...