Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: p4-plugin
-
Labels:None
-
Environment:Windows 7
-
Similar Issues:
Description
Perforce plugin will not sync paths with space in their names.
Example:
//aaa/bbb/... "//hudson_JOB_NAME/aaa/bbb ccc/..."
This will give an error in the config UI but even if you save it it will fail to sync.
I checked and in the final workspace(clientspec) this line will be missing and as a side effect the workspace will miss some files.
This is a major issue considering that there is no workaround for it, making the plugin useless if you are unlucky to have to use spaces in directory names.
Code changed in hudson
User: : rpetti
Path:
trunk/hudson/plugins/perforce/src/main/java/hudson/plugins/perforce/PerforceSCM.java
http://jenkins-ci.org/commit/35096
Log:
[FIXED JENKINS-7496] adding support for client mapping case where there are quotes only around the workspace path, and not the depot path