Skip to content

Commit

Permalink
[FIXED JENKINS-8848] recording the previous change and the version
Browse files Browse the repository at this point in the history
marker.
  • Loading branch information
kohsuke committed Apr 19, 2011
1 parent e65f893 commit 2c7961e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -64,6 +64,9 @@
<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=-->

Expand Down
4 changes: 2 additions & 2 deletions core/src/main/java/hudson/model/AbstractProject.java
Expand Up @@ -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;

Expand Down Expand Up @@ -1974,7 +1974,7 @@ public String getCustomWorkspace() {
* 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;
Expand Down

0 comments on commit 2c7961e

Please sign in to comment.