-
Bug
-
Resolution: Fixed
-
Major
-
None
With a Jenkins Project Name that includes spaces ex: Test Build Job
And the default Workspace Name Format: jenkins-${node}-${project}
Produces a java null pointer exception when running the build:
Started by user anonymous
Building in workspace /var/lib/jenkins/workspace/Test Build Job
Unable to setup workspace: com.perforce.p4java.exception.RequestException: Error in client specification.
Error detected at line 1.
Wrong number of words for field 'Client'.
Unable to run sync workspace: java.lang.NullPointerException
Finished: FAILURE