-
Bug
-
Resolution: Fixed
-
Major
-
Jenkins 2.32.2
P4 Plugin 1.7.4
I'm using the P4 Plugin on a stream and trying to poll and Jenkins isn't triggering a poll despite there being changes. It clearly detects changes and tries to parse them but then it goes on to say "no changes"
Checkout code:
checkout([$class: 'PerforceScm', browser: [$class: 'SwarmBrowser', url: 'REDACTED'], credential: 'REDACTED', filter: [[$class: 'FilterViewMaskImpl', viewMask: '//CALS_Streams/CS_DEV/HTML_DEV']], populate: [$class: 'CheckOnlyImpl', force: false, have: false, modtime: false, quiet: true], workspace: [$class: 'StaticWorkspaceImpl', charset: 'none', name: 'jenkins-P4_CS_Copy_HTML_DEV', pinHost: false]])
polling log below:
Started on Aug 23, 2017 4:43:41 PM
P4: Polling on: master with:jenkins-P4_CS_Copy_HTML_DEV
Found last change 263400 on syncID jenkins-P4_CS_Copy_HTML_DEV
... p4 client -o jenkins-P4_CS_Copy_HTML_DEV
+
... p4 info
+
P4 Task: establishing connection.
... server: REDACTED
... node: REDACTED
P4: Polling with range: 263400,now
... p4 changes //jenkins-P4_CS_Copy_HTML_DEV/...@263400,now
+
... p4 change -o 263814
+
... p4 describe -s 263814
+
... p4 change -o 263810
+
... p4 describe -s 263810
+
... p4 change -o 263809
+
... p4 describe -s 263809
+
... p4 change -o 263772
+
... p4 describe -s 263772
+
... p4 change -o 263736
+
... p4 describe -s 263736
+
... p4 change -o 263735
+
... p4 describe -s 263735
+
... p4 change -o 263687
+
... p4 describe -s 263687
+
Done. Took 0.43 sec
No changes
I'm unable to reproduce this. Is this still an issue? If it is and you have a current support contract please email support@perforce.com
so I can look around your system to get more information.