-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major
-
Component/s: p4-plugin
-
Environment:Jenkins 2.263.3
P4-Plugin 1.11.2
If a changelist is specified in scm: checkout, p4 polling does not work. The result is the specified changelist is used in the range: Â
Â
P4: Polling with range: 53910841,53910841Â
p4 changes -m20 //clientname_/...@53910841,53910841
Â
This result, is polling will not detect any subsequent changes. Â
Â
If changelist is not specified during scm: checkout,Â
Â
P4: Polling with range: 53910841,nowÂ
p4 changes -m20 //clientname_/...@53910841,now
Â
P4 plugin should always use "now" for the higher end of the range, regardless if a changelist was specified or not. Â
Â
Â
Â
- relates to
-
JENKINS-71143 Pipeline code is not synced to pinned label in multibranch pipelines
-
- Open
-
-
JENKINS-71364 p4 plugin not syncing to same changeset in matrix build
-
- In Progress
-
-
JENKINS-63879 Using pin to sync to changelist causes polling to no longer detect changes beyond pinned CL
-
- Closed
-