提交 dce35f31 编写于 作者: V valentina 提交者: Oleg Nenashev

[FIXED JENKINS-34880] do not show warnings if tool installer is present in at...

[FIXED JENKINS-34880] do not show warnings if tool installer is present in at least 1 update site (#2361)
上级 1d2b1517
......@@ -403,7 +403,7 @@ public class DownloadService extends PageDecorator {
jsonString = loadJSONHTML(new URL(site + ".html?id=" + URLEncoder.encode(getId(), "UTF-8") + "&version=" + URLEncoder.encode(Jenkins.VERSION, "UTF-8")));
toolInstallerMetadataExists = true;
} catch (Exception e) {
LOGGER.log(Level.WARNING, "Could not load json from " + site, e );
LOGGER.log(Level.FINE, "Could not load json from " + site, e );
continue;
}
JSONObject o = JSONObject.fromObject(jsonString);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册