-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use unified build status key with exclude origin PR Branches strategy #172
Use unified build status key with exclude origin PR Branches strategy #172
Conversation
@JeanChristopheMorinPerso I think it would be better to just pass the bitbucketsource that is already defined in |
I have gone ahead and added my suggestion, please feel free to review it :) |
Thanks a lot @Casz , it looks much nicer now. I'll test the changes later today (even if not much change from my changes). I really appreciate the time you took to improve the PR! :) |
I'll fix the build. Looks like one import is wrongly ordered. |
@JeanChristopheMorinPerso fixed 👍 |
Looks like you are faster than me 😄 Tested the latest changes and everything looks good 👍 |
@Casz Do you a time frame for when the next release will happen? Don't want to be pushy or anything... It's more by curiosity. |
I'll see if I can land the PRs myself in the weekend |
Thanks! |
@Casz Any update on getting this PR in and released? It'd really help us out! 😄 |
e2920f4
to
7f5c11e
Compare
Thank you @Casz ! I really appreciate the time you took to improve the work I initially did on this PR :) I'm sure a lot of other people will be happy to see this feature finally released. |
…r filter is used.
Little improvement in the way the build status key is named when the
Discover branch
option is set toExclude branches that are also filed as PRs
. With these changes, the build key for a branch that then goes into PR will stay the same (<project_name>/<branch_name>
), like it is for any branch right now.I tested all possible options of the discover branch and my change is really only affecting the build key when
Exclude branches that are also filed as PRs
is chosen.This should hopefully fix #160. I also hope it will be more solid than #147.
I'm not a Java developer, and so I did my best with the knowledge I have to keep the code style. Let me know if there is anything to change.