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

Introduce a HookOrder annotation to order hooks #521

Merged
merged 2 commits into from
Apr 11, 2023

Commits on Apr 11, 2023

  1. Introduce a HookOrder annotation to order hooks

    Introduce a HookOrder that allows the hooks to be run in an order not
    determined by their classname.
    
    Using classname mean that external hooks would need to be put in
    multiple packages depending on if they needed to come before or after a
    given hook from OSS - and it also makes it possible to use better names
    for hooks in OSS.
    
    Currently not needed but extracted from jenkinsci#510
    jtnord committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    489e2ce View commit details
    Browse the repository at this point in the history
  2. fixups

    basil committed Apr 11, 2023
    Configuration menu
    Copy the full SHA
    e8aa8f6 View commit details
    Browse the repository at this point in the history