-
Improvement
-
Resolution: Fixed
-
Major
-
None
When pre-installing plugins that create built-in items, the setup wizard thinks it is an upgrade because of https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/install/InstallUtil.java#L187
There should be a way force the setup wizard to run.
- is related to
-
JENKINS-34007 Jenkins 2.0 - wizard 'X' button
-
- Resolved
-
- links to
[JENKINS-37438] Provide method to force the setup wizard to run
Assignee | New: Vincent Latombe [ vlatombe ] |
Remote Link | New: This issue links to "PR #2508 (Web Link)" [ 14731 ] |
Remote Link | New: This issue links to "PR 2512 (Web Link)" [ 14739 ] |
Summary | Original: Allow to mark items as built-in to avoid the setup wizard from switching to upgrade mode. | New: Provide method to force the setup wizard to run |
Description |
Original:
When pre-installing plugins that create built-in items, the setup wizard thinks it is an upgrade because of https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/install/InstallUtil.java#L187 There should be a way to mark such items as built-ins. |
New:
When pre-installing plugins that create built-in items, the setup wizard thinks it is an upgrade because of https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/jenkins/install/InstallUtil.java#L187 There should be a way force the setup wizard to run. |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | Original: Vincent Latombe [ vlatombe ] | New: Keith Zantow [ kzantow ] |
Can you explain what a “built-in item” is? Any example you can point to?