Skip to content
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

Fix build errors by updating minimum core version, parent POM, and dependencies #106

Merged
merged 1 commit into from
May 6, 2020

Conversation

dwnusbaum
Copy link
Member

Should fix enforcer errors seen in the CI builds when testing against 2.222.x.

2.176.x is the fourth-oldest LTS line at this point, so it seems safe to update. I also pulled in the plugin BOM to manage plugin dependency versions.

I also had to fix some SpotBugs issues as part of the update. One was for deprecated and unused code that I just suppressed, but I think the other found a real (but very minor) bug where if you had a single Pipeline step that produced more than 10k lines of log output, only the first 10k lines would be shown if you viewed the logs for that step in the the "Pipeline Steps" view. It is analogous to jenkinsci/workflow-job-plugin#114, but that was for the log for the whole build, so it was much more important.

@dwnusbaum dwnusbaum merged commit 7a0255b into jenkinsci:master May 6, 2020
@dwnusbaum dwnusbaum deleted the fix-build-errors branch May 6, 2020 13:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants