Skip to content

Commit

Permalink
JENKINS-10432 - Adding wiped out workspace as a reason for no workspace
Browse files Browse the repository at this point in the history
  • Loading branch information
mc1arke committed Jan 14, 2012
1 parent f8f4860 commit 3f86179
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog.html
Expand Up @@ -63,6 +63,9 @@
<li class="rfe">
OS X installer can optionally create a new user &quot;jenkins&quot; and use
it. This user has a writable home directory, making it possible to set up ssh for Jenkins.
<li class="rfe">
No workspace available message includes wiped out workspace as a potential cause.
(<a href="https://issues.jenkins-ci.org/browse/JENKINS-10432">issue 10432</a>)
</ul>
</div><!--=TRUNK-END=-->

Expand Down
Expand Up @@ -49,6 +49,9 @@ THE SOFTWARE.
<li>
${%li3(it.workspace.local)}
</li>
<li>
${%The workspace was wiped out and no build has been done since then.}
</li>
</ol>
</j:otherwise>
</j:choose>
Expand Down

0 comments on commit 3f86179

Please sign in to comment.