Rob Petti commented on Improvement JENKINS-15337

To clarify, you aren't properly escaping the path before passing it onto the perforce command line. The mapping is here:
http://www.perforce.com/perforce/r12.1/manuals/cmdref/o.fspecs.html

In your case, you will need to make your script replace @ in the path with %40. It will work properly then (or you can just reference the file using the relative path, rather than the absolute one).

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to