Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Won't Fix
-
Component/s: p4-plugin
-
Labels:
-
Similar Issues:
Description
Add ability to poll per change when Jenkinsfile includes a checkout with poll per change ('filter: [ incremental(true) ]'). For example:
checkout perforce(credential: 'myCredential',
filter: [ incremental(true) ],
populate: forceClean(have: true,
parallel:
[
enable: false,
minbytes: '1024',
At the moment when the pipeline polls it will build all changelists within the view since last poll.
Attachments
Issue Links
- relates to
-
JENKINS-51525 Pipeline: Poll per change syncs to head when using 'checkout' or 'p4 sync' step.
-
- Closed
-
-
JENKINS-52066 Poll per change with multibranch pipeline jobs
-
- Closed
-
Limited behavior is documented in new job.