-
Task
-
Resolution: Cannot Reproduce
-
Minor
-
Jenkins ver. 2.176.2
p4-plugin 1.10.3
windows 10
java.runtime.version 1.8.0_161-b12
I created a very simple freestyle job to use Perforce in SCM:
Manual(custom view)
view: (xxx) is the path on our P4 server
//depot/xxxx/... //jenkins-test_sync/xxxx/...
Force clean and sync (autoclean and sync has the same issue)
At last, in the log, I saw the failure:
P4 Task: syncing files at change: 2100529 ... p4 sync -p c:\jenkins\workspace\test_sync/...@2100529 -p4 sync -p c:\jenkins\workspace\test_sync/...@2100529 ... totalFileSize 69169 ... totalFileCount 4 .............. //the files P4 Task: attempt: 1 ERROR: P4: Task Exception: com.perforce.p4java.exception.ConnectionException: Unmarshalable value in RpcStreamConnection.marshal; type: java.lang.Long Finished: FAILURE
All the files are synced from P4 server on the local machine, but it reported the failure and failed the job.