提交 bb8492db 编写于 作者: K kzantow

Setup wizard may run erroneously if system config page was never saved

while running the prior version of Jenkins
上级 e56ebc62
......@@ -61,7 +61,10 @@ public class InstallUtil {
private static final Logger LOGGER = Logger.getLogger(InstallUtil.class.getName());
private static final VersionNumber NEW_INSTALL_VERSION = new VersionNumber("1.0");
// must use something less than 1.0, as Jenkins may
// report back 1.0 if the system config page has never been saved,
// which erroneously leads to installer running
private static final VersionNumber NEW_INSTALL_VERSION = new VersionNumber("0.0.0");
/**
* Get the current installation state.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册