-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
Jenkins 2.52, Slack uploader 1.7
Entering a path in "Enter path to file directory" has multiple issues:
- Backslashes are ignored and not escaped.
- Spaces split the path into arguments. (somewhat expected, but see #1)
- The working directory isn't set, so relative paths can not be used. I would think the working directory (Basedir) should be WORKSPACE. In the case of the plugin "Publish JUnit test result report" the stated Basedir is "the workspace root."