From 3f861795a510969ea6e743ed8474d3ee254c399b Mon Sep 17 00:00:00 2001 From: Michael Clarke Date: Sat, 14 Jan 2012 13:42:38 +0000 Subject: [PATCH] JENKINS-10432 - Adding wiped out workspace as a reason for no workspace --- changelog.html | 3 +++ .../main/resources/hudson/model/AbstractItem/noWorkspace.jelly | 3 +++ 2 files changed, 6 insertions(+) diff --git a/changelog.html b/changelog.html index 06219a46ac..e55e6c66b0 100644 --- a/changelog.html +++ b/changelog.html @@ -63,6 +63,9 @@ Upcoming changes
  • OS X installer can optionally create a new user "jenkins" and use it. This user has a writable home directory, making it possible to set up ssh for Jenkins. +
  • + No workspace available message includes wiped out workspace as a potential cause. + (issue 10432) diff --git a/core/src/main/resources/hudson/model/AbstractItem/noWorkspace.jelly b/core/src/main/resources/hudson/model/AbstractItem/noWorkspace.jelly index 5c018f6f43..38a477c8ea 100644 --- a/core/src/main/resources/hudson/model/AbstractItem/noWorkspace.jelly +++ b/core/src/main/resources/hudson/model/AbstractItem/noWorkspace.jelly @@ -49,6 +49,9 @@ THE SOFTWARE.
  • ${%li3(it.workspace.local)}
  • +
  • + ${%The workspace was wiped out and no build has been done since then.} +
  • -- GitLab