forked from jenkinsci/jenkins
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[JENKINS-72998] call refresh on the Extension providers again (jenkin…
…sci#9157) [JENKINS-58302] call refresh on the Extension providers again In the case the ExtensionFinder is itself extensible we refresh it again to catch extensions that would be discovered by a newly installed extension. This seems a little overzerlous, as there is only the variant plugin that I know of, however calling `Jenkins.get().refreshExtensions() from any point in the `variant` plugin would seem to be a little bit dangerous as it would call back into a place where the reactor is already calling back from. (cherry picked from commit cb89cad)
- Loading branch information
1 parent
67b4a5c
commit cccd8b1
Showing
2 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters