jenkinsci / bom

Define plugin dependencies via BOM
https://jenkins.io/doc/developer/plugin-development/dependency-management/#jenkins-plugin-bom
48 stars 51 forks source link

Test git plugin with GitClient decorator reordering #3596

Closed MarkEWaite closed 1 day ago

MarkEWaite commented 1 day ago

Test git plugin with GitClient decorator reordering

Confirm that tests in the BOM do not expose some dependency on the previous location of decorator processing.

Testing done

Unit tests pass in the git plugin.

Submitter checklist

MarkEWaite commented 1 day ago

Tests passed.