提交 c1b9b293 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-8658]

Recording the earlier changes and the integration of the new
executable-war.
上级 d88df7ea
......@@ -43,6 +43,9 @@ Upcoming changes</a>
<li class='major bug'>
Fixed a master/slave communication problem that often manifests as "Not in GZIP format"
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-7745">issue 7745</a>)
<li class=bug>
When run as "java -jar jenkins.war", "~/.hudson" was still used as default.
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8658">issue 8658</a>)
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -109,7 +109,7 @@ THE SOFTWARE.
<mkdir dir="target/generated-resources" />
<!-- put executable war header -->
<resolveArtifact groupId="org.jvnet.hudson" artifactId="executable-war" version="1.18-SNAPSHOT" type="jar" property="executable-war.jar" />
<resolveArtifact groupId="org.jenkins-ci" artifactId="executable-war" version="1.18" type="jar" property="executable-war.jar" />
<unjar src="${executable-war.jar}" dest="target/generated-resources">
<patternset>
<include name="**/*.class" />
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册