-
Notifications
You must be signed in to change notification settings - Fork 98
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
Code cleanup #140
Code cleanup #140
Conversation
…g.hamcrest.MatcherAssert.assertThat
Two test failures, one I think is a legitimate flaky test, and I am investigating in #133. The other looks like a CI infra issue:
Perhaps they are both caused by the infra issue, but I'm not sure. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
@@ -193,7 +191,7 @@ public void stop(Throwable cause) throws Exception { | |||
} | |||
Jenkins j = Jenkins.getInstanceOrNull(); | |||
if (j != null) { | |||
COMPUTERS: for (Computer c : j.getComputers()) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird...
A series of code cleanup changes for this repository. Most of these changes remove usages of deprecated functionality or otherwise fix IDE warnings. I kept each commit separate. Each commit message should be self-explanatory, but if anything is unclear I am happy to provide further explanation. I suggest ignoring whitespace changes in the GitHub UI when reviewing
f06bd78. Also, feel free to revert any specific cleanup commits that are unwanted.