From 366952769046b7478f7e95d44a895e48d1adc13d Mon Sep 17 00:00:00 2001 From: Harald Albers Date: Wed, 9 Oct 2013 09:54:14 +0200 Subject: [PATCH] workspace path displayed as "null" on "Error: no workspace" page the page used FilePath.getLocal(), which was removed in 19860fa0706bfae87fbf7fadb9411ad90bc7ee5c (12/2006) --- .../main/resources/hudson/model/AbstractItem/noWorkspace.jelly | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/resources/hudson/model/AbstractItem/noWorkspace.jelly b/core/src/main/resources/hudson/model/AbstractItem/noWorkspace.jelly index 5c191b48a6..589fce3451 100644 --- a/core/src/main/resources/hudson/model/AbstractItem/noWorkspace.jelly +++ b/core/src/main/resources/hudson/model/AbstractItem/noWorkspace.jelly @@ -47,7 +47,7 @@ THE SOFTWARE. ${%The slave this project has run on for the last time was removed.}
  • - ${%li3(it.workspace.local)} + ${%li3(it.workspace)}
  • ${%The workspace was wiped out and no build has been done since then.} -- GitLab