Skip to content
Commit 60a0816c authored by Félix Queiruga's avatar Félix Queiruga
Browse files

Fix: broken interface of the jenkins object yielded by the setupWizard

- Callbacks registered with `onSetupWizardInitialized` are yielded a `wizard` parameter, that contained a reference to the jenkins object.
- Some plugins called the method `jenkins.initHandlebars` from this callback, to receive a Handlebars intance.
- Added a unit test to ensure this regression does not happen again
parent d1b833de
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment