nishio-dens / bitbucket-pullrequest-builder-plugin

Bitbucket Pull Request Builder Plugin for Jenkins
Other
125 stars 145 forks source link

Add option to build Pull Requests in reverse order #210

Closed Morganov closed 5 years ago

Morganov commented 5 years ago

Default order for BitBucket Pull Requests is 'newer first'. This option allow to reverse this order.

Chronological order more fair if you have a lot of pull requests that can be merged to target branch only after Jenkins approve.

If you do automatic merge pull requests after successful build, this option will help to avoid merge conflicts.

CodeMonk commented 5 years ago

The newer mavens are no longer compatible with older findbugs plugins.

You need this commit, I think: https://github.com/nishio-dens/bitbucket-pullrequest-builder-plugin/pull/211/commits/026fc3943b060f9a58558e173136e2879bd9d7dc

(My PR is still building)

CodeMonk commented 5 years ago

I just merged my fix. Please update to current, and your build should work again.

CodeMonk commented 5 years ago

And, you will need to pull in changes from master so that you get a build. (I assume, I did not click through to see the reason for the failure this time . . .)

CodeMonk commented 5 years ago

The builds timed out, which does not seem to be related to this change, so I'm merging w/o a build. Hopefully, nishio's repo will build master correctly.