-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
The "Wipe Out Workspace" link does not show up through the "view" URL.
Example:
From http://hudson.mywebsite.com/job/JOB1/ws/ in the navigation menu on the
left, under "Workspace", there's a "Wipe Out Workspace" link.
From http://hudson.mywebsite.com/view/Continuous%20Integration/job/JOB1/ws/, the
"Wipe out workspace" link does not show up.
I think we should expect the see this link in both cases.
Code changed in hudson
User: : kohsuke
Path:
trunk/hudson/main/core/src/main/java/hudson/Functions.java
trunk/hudson/main/core/src/main/resources/lib/layout/task.jelly
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=13815
Log:
[FIXED JENKINS-2748]
If a view name or job name contains whitespace, the navigation bar doesn't show the current positions correctly.
(<a href="http://hudson.dev.java.net/issues/show_bug.cgi?id=2748">issue 2748</a>)