diff --git a/changelog.html b/changelog.html index 06219a46ac42b2edea9be8d8780c05e62ae05d36..e55e6c66b0f134ddc07a3cb7182b07bf4bfacaac 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 5c018f6f43dc4e43574d42cfe11fbb8325cd7364..38a477c8eaa83cb8b14d0b338aedd88195e7b91b 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.} +