-
Bug
-
Resolution: Fixed
-
Major
-
Docker Jenkins as master, Windows Server 2016 + Java 1.8.0 144 b0 and Gentoo as slaves
Client is created and sync of client appears in log but the files are not there. I need to log into node and issue p4 sync manually.
[JENKINS-48525] Perforce plugin doesn't sync
Resolution | New: Not A Defect [ 7 ] | |
Status | Original: Open [ 1 ] | New: Closed [ 6 ] |
Labels | Original: checkout | New: P4_SUPPORT checkout |
Resolution | Original: Not A Defect [ 7 ] | |
Status | Original: Closed [ 6 ] | New: Reopened [ 4 ] |
I saw this same issue - everything looks normal but no files are synced. In our case it was a problem with our p4 edge server and parallel syncing in p4java (IIRC). This was affecting us even though I had parallel syncing disabled. The workaround was to set the parallel sync options to the following:
parallel: [enable: true, minbytes: '0', minfiles: '0', threads: '0']
Thought I would comment just in case you have the same cause.