-
Notifications
You must be signed in to change notification settings - Fork 356
Make common traits consistent with github-branch-source-plugin #256
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
Conversation
hiccups on ci.jenkins.io |
@darxriggs isn't this just formatting? 🤔 |
It's mainly about a cleaned up consistent formatting but I also removed one additional |
- Replace deprecated API calls. - Don't perform an `instanceof` check in any of the `decorateContext` methods.
f2c4828
to
a6bab46
Compare
I now split the original change into "formatting" and "code changes". |
Is it by intention that only a squash commit instead of my individual commits made it to master? |
no they are not? They are here in the pull request? 😓 |
Yes they are still here (even if quite small in this case), example a6bab46. That's really a downside of GitHub that if someone is not explicitly looking for the commit messages in a pull request, they are not shown very prominently. But when having a look at a git repository's history locally one normally would not additionally consider GitHub to look for more details. |
Also see jenkinsci/github-branch-source-plugin#256.