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

update bom to pickup fixed subversion for tests #310

Merged
merged 2 commits into from
Jun 17, 2024

Conversation

jtnord
Copy link
Member

@jtnord jtnord commented Jun 14, 2024

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

  • Make sure you are opening from a topic/feature/bugfix branch (right side) and not your main branch!
  • Ensure that the pull request title represents the desired changelog entry
  • Please describe what you did
  • Link to relevant issues in GitHub or Jira
  • Link to relevant pull requests, esp. upstream and downstream changes
  • Ensure you have provided tests - that demonstrates feature works or fixes the issue

@jtnord jtnord requested a review from a team as a code owner June 14, 2024 14:32
@jtnord jtnord requested a review from jglick June 14, 2024 14:33
pom.xml Outdated Show resolved Hide resolved
<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>
Copy link
Member Author

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>
Copy link
Member Author

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

@jtnord jtnord requested a review from olamy June 14, 2024 14:49
@jtnord jtnord changed the title prepare stable branch prepare stable branch (targeting Jenkins 2.452.1) Jun 14, 2024
@jtnord jtnord requested a review from MarkEWaite June 14, 2024 15:06
Copy link
Contributor

@MarkEWaite MarkEWaite left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@jtnord
Copy link
Member Author

jtnord commented Jun 14, 2024

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).

pom.xml Outdated Show resolved Hide resolved
@jtnord jtnord changed the base branch from stable-783 to 783.x June 14, 2024 16:05
@jtnord jtnord changed the title prepare stable branch (targeting Jenkins 2.452.1) update bom to pickup fixed subversion for tests Jun 14, 2024
@jtnord jtnord force-pushed the prep-stable-783 branch from dbca4ef to 7ca4588 Compare June 14, 2024 16:10
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
@jtnord jtnord force-pushed the prep-stable-783 branch from 7ca4588 to 2a51253 Compare June 14, 2024 16:11
@jtnord jtnord merged commit 5053946 into jenkinsci:783.x Jun 17, 2024
14 checks passed
@jtnord jtnord deleted the prep-stable-783 branch June 17, 2024 13:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants