Skip to content

Commit

Permalink
Block update to ssh-credentials plugin 326.v7fcb_a_ef6194b_
Browse files Browse the repository at this point in the history
jenkinsci/ssh-credentials-plugin#199 makes the
trilead-api plugin an optional dependency of the ssh-credentials plugin.
That exposed a latent issue in the subversion plugin that is resolved
in jenkinsci/subversion-plugin#284 .

jenkinsci#3050 describes the details of
the test failures in the plugin bill of mateerials.  The failing tests
can be seen with the commands:

 PLUGINS=subversion TEST=CompareAgainstBaselineCallableTest bash local-test.sh
 PLUGINS=mina-sshd-api-core LINE=weekly bash local-test.sh

No need to block later releases, since the pull request thet fixes the
issue has been submitted and is ready for review.
  • Loading branch information
MarkEWaite committed Mar 25, 2024
1 parent 96c9606 commit f9b6648
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ updates:
- package-ecosystem: "maven"
open-pull-requests-limit: 25
directory: "/bom-weekly"
ignore:
# Remove when https://github.com/jenkinsci/subversion-plugin/pull/284 is released
- dependency-name: "org.jenkins-ci.plugins:ssh-credentials"
versions: ["326.v7fcb_a_ef6194b_"]
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit f9b6648

Please sign in to comment.