提交 6b4bf064 编写于 作者: K Kohsuke Kawaguchi

added the servlet container information

上级 24556ac8
......@@ -126,6 +126,7 @@ public class UsageStatistics extends PageDecorator {
JSONObject o = new JSONObject();
o.put("stat",1);
o.put("install", Util.getDigestOf(h.getSecretKey()));
o.put("servletContainer",h.servletContext.getServerInfo());
o.put("version", Jenkins.VERSION);
List<JSONObject> nodes = new ArrayList<JSONObject>();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册