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

Add git-client exclude #4232

Merged
merged 1 commit into from
Jan 17, 2025
Merged

Add git-client exclude #4232

merged 1 commit into from
Jan 17, 2025

Conversation

darinpope
Copy link
Contributor

With the fixes in #4200, this breaks the bom build for 2.452.x and 2.462.x.

Need to ignore the test until both 2.452.x and 2.462.x go away.

Testing done

none

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

@darinpope darinpope requested a review from a team as a code owner January 17, 2025 16:38
@darinpope darinpope enabled auto-merge (squash) January 17, 2025 16:38
@darinpope darinpope merged commit 3f11464 into jenkinsci:master Jan 17, 2025
4 of 5 checks passed
@darinpope darinpope deleted the add-exclude branch January 17, 2025 18:47
MarkEWaite added a commit to MarkEWaite/bom that referenced this pull request Jan 18, 2025
The git client 5.0.0 automated tests unintentionally tested a command
line git behavior that changed in command line git 2.48.0.  The test is
fixed in git client plugin 5.0.2 and git client plugin 6.1.1.

More details are available in:

* jenkinsci/git-client-plugin#1242

Resolves the test failure in the plugin BOM that required the addition of a test exclusion in:

* jenkinsci#4232
* jenkinsci#4233

Testing done:

* Confirmed that the test fails before this change with:

  PLUGINS=git-client LINE=2.462.x TEST=GitAPITest bash ./local-test.sh

* Confirmed that the test passes after this change with:

  PLUGINS=git-client LINE=2.462.x TEST=GitAPITest bash ./local-test.sh
darinpope pushed a commit that referenced this pull request Jan 18, 2025
The git client 5.0.0 automated tests unintentionally tested a command
line git behavior that changed in command line git 2.48.0.  The test is
fixed in git client plugin 5.0.2 and git client plugin 6.1.1.

More details are available in:

* jenkinsci/git-client-plugin#1242

Resolves the test failure in the plugin BOM that required the addition of a test exclusion in:

* #4232
* #4233

Testing done:

* Confirmed that the test fails before this change with:

  PLUGINS=git-client LINE=2.462.x TEST=GitAPITest bash ./local-test.sh

* Confirmed that the test passes after this change with:

  PLUGINS=git-client LINE=2.462.x TEST=GitAPITest bash ./local-test.sh
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.

2 participants