提交 2c7961e7 编写于 作者: K Kohsuke Kawaguchi

[FIXED JENKINS-8848] recording the previous change and the version

marker.
上级 e65f893b
......@@ -64,6 +64,9 @@ Upcoming changes</a>
<li class=rfe>
Maven agent needs a fix for the 'hardcoded' socket connection to localhost
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-6795">issue 6795</a>)
<li class=rfe>
Support custom workspace for maven/ivy projects
(<a href="http://issues.jenkins-ci.org/browse/JENKINS-8848">issue 8848</a>)
</ul>
</div><!--=TRUNK-END=-->
......
......@@ -222,7 +222,7 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
/**
* See {@link #setCustomWorkspace(String)}.
*
* @since xxx
* @since 1.410
*/
private String customWorkspace;
......@@ -1974,7 +1974,7 @@ public abstract class AbstractProject<P extends AbstractProject<P,R>,R extends A
* If this path is relative, it's resolved against {@link Node#getRootPath()} on the node where this workspace
* is prepared.
*
* @since XXX
* @since 1.410
*/
public void setCustomWorkspace(String customWorkspace) throws IOException {
this.customWorkspace= customWorkspace;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册