提交 77e04f9c 编写于 作者: K kohsuke

console.jelly no longer loads the entire log in memory


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@3715 71c3de6d-444a-0410-be80-ed276b4c234a
上级 85eb45fd
......@@ -119,7 +119,7 @@
<dependency>
<groupId>org.kohsuke.stapler</groupId>
<artifactId>stapler</artifactId>
<version>1.37</version>
<version>1.38</version>
</dependency>
<dependency>
<groupId>org.kohsuke</groupId>
......
......@@ -24,7 +24,7 @@
</j:when>
<!-- output is completed now. -->
<j:otherwise>
<pre><st:out value="${it.log}"/></pre>
<pre><st:copyStream file="${it.logFile}"/></pre>
</j:otherwise>
</j:choose>
</l:main-panel>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册