Upgrades latest parent pom 4.53 and to Jenkins 2.361#55
Merged
froque merged 31 commits intojenkinsci:masterfrom Jan 22, 2023
froque:master_from_disk-usage-0.28
Merged
Upgrades latest parent pom 4.53 and to Jenkins 2.361#55froque merged 31 commits intojenkinsci:masterfrom froque:master_from_disk-usage-0.28
froque merged 31 commits intojenkinsci:masterfrom
froque:master_from_disk-usage-0.28
Conversation
Updates HTTP to HTTPS repositories links Adds access-modifier-checker because the version is not specified in parent pom and maven gets the latest version which is compiled with a newer bytecode version Adds maven-surefire-plugin to pom.xml to disable forks and make tests pass. The current tests don't seem to be isolated and interfere with each other when running on the command line
Some java versions can not compile with AbstractProject
Removes usage of Run.ID_FORMATTER removed in jenkins-core jenkinsci/jenkins@6d2e3ae
This requires migration of all zip files according to: https://wiki.jenkins-ci.org/display/JENKINS/JENKINS-24380+Migration bash script is included to document the manual migration that was performed testGetDiskUsageOfBuilds.zip required additional changes disk-usage.xml
Jenkins 1.607 changed the way to add nodes and is not really possible to changed the remoteFS from a existing node.
Adds plugins detached from Jenkins core Adds Eclipse sisu as managed dependency due to: > java.lang.IncompatibleClassChangeError: Implementing class
Removed adding property to build in constructor due to NullPointerException in new line getNextBuildNumber() in LazyBuildMixIn onLoad jenkinsci/jenkins@jenkins-2.12...jenkins-2.13#diff-0e1a882c198d61779bcda4d693edb63fe88cbbdacb68ec4f4181219bc4b4c859R106
Implicit upgrade to Jenkin 2.138.4
Keeps the reuseForks false, due to several tests not being truly independent
Implicit update to Jenkins 2.204
Implicit update to Jenkins 2.249 Update tests to create remoteFS due to: jenkinsci/jenkins-test-harness#428
Implicit upgrade to Jenkins 2.361 JavaMail was detached from Jenkins in 2.331 jenkinsci/jenkins#6165 https://www.jenkins.io/blog/2022/12/14/require-java-11/
This test was only green in Linux, due to directory having non zero size, and failing in Windows that reports zero for directories. Adds some builder to have some actual used disk.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This branch was split from disk-usage-0.28 tag and not latest master branch. This is intended to show the work and not to be merged.
Unit tests pass but are flaky.
Lots of spotbugs issues yet to be addressed.
Link to relevant issues in GitHub or JiraLink to relevant pull requests, esp. upstream and downstream changesEnsure you have provided tests - that demonstrates feature works or fixes the issue