-
Notifications
You must be signed in to change notification settings - Fork 127
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
update bom to pickup fixed subversion for tests #310
Conversation
<no-test-jar>false</no-test-jar> | ||
<gitHubRepo>jenkinsci/${project.artifactId}-plugin</gitHubRepo> | ||
</properties> | ||
<dependencyManagement> | ||
<dependencies> | ||
<dependency> | ||
<groupId>io.jenkins.tools.bom</groupId> | ||
<artifactId>bom-2.440.x</artifactId> | ||
<version>2746.vb_79a_1d3e7b_c8</version> | ||
<artifactId>bom-2.452.x</artifactId> |
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.
use bom corresponding to LTS line
<artifactId>bom-2.440.x</artifactId> | ||
<version>2746.vb_79a_1d3e7b_c8</version> | ||
<artifactId>bom-2.452.x</artifactId> | ||
<version>3010.vec758b_8e7da_3</version> |
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.
not the latest version but has the required cloudbees-folder update
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!
based on #309 (comment) I think the updated bom is all that is needed for the backport (so we get the fixed subversion plugin when not running against a bom that contains subversion). |
when running tests with PCT issues with subversion are found as it can not resolve trilead classes. update the bom to pickup https://github.com/jenkinsci/subversion-plugin/releases/tag/1256.vee91953217b_6
align to LTS and pickup bom with fixed subversion
when running tests with PCT and a newer git-client issues with subversion are found as it can not resolve trilead classes.
the version of subversion-plugin used but did not declare a dependency on trilead, so this fixes the issue by update the bom to pickup https://github.com/jenkinsci/subversion-plugin/releases/tag/1256.vee91953217b_6
@jglick @olamy
Testing done
Submitter checklist