Skip to content
Commit f5a2401c authored by Vincent Latombe's avatar Vincent Latombe Committed by Oliver Gondža
Browse files

[JENKINS-49401] Move Setup Wizard initialization logic to the init reactor. (#3282)

This way, it is guaranteed Jenkins.save() has never been called before
the SetupWizard is executed, and computation of the initial Setup Wizard
state will be correct.

Since the SetupWizard is now executed before reaching the COMPLETED
milestone, a Jenkins.save() call has been added in order to persist any
configuration change done in prior phases.

(cherry picked from commit 9f599911)
parent 8a2f9865
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