allow to do simple operations on the workspace: delete file, set/clear readonly flag.
These two are all it is really needed for tweaking the workspace for minor failures while building.
For example, TFS has a problem with files without readonly flag, therefore it would be easier to just go to workspace and set the flag (right now I have to do it thru Windows Explorer, and at some point I may not have direct access to that folder).
- is related to
-
JENKINS-20998 Add Timestamp to Workspace View
-
- Resolved
-
-
JENKINS-25224 Use VirtualFile for workspace browser
-
- Open
-
This should not be a core feature IMO as it kind of breaks the idea of doing everything automated. So a plugin would be the way to go here. Unfortunately, there's no extension point (yet) for plugins to add features to the workspace browser.