-
Bug
-
Resolution: Won't Fix
-
Major
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.
- 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
-
[JENKINS-47427] Poll per change with pipeline jobs
Comment | [ +1 on this. I don't get why this is an option when it does nothing: the plugin pulls in all changelists since last in the build, rather than just the next one, right? ] |
Labels | New: P4_SUPPORT |
Priority | Original: Minor [ 4 ] | New: Major [ 3 ] |
Issue Type | Original: Improvement [ 4 ] | New: Bug [ 1 ] |
Labels | Original: P4_SUPPORT | New: P4_VERIFY |
Rank | New: Ranked higher |
Labels | Original: P4_VERIFY | New: P4_A |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: Paul Allen [ p4paul ] |
Resolution | New: Fixed [ 1 ] | |
Status | Original: In Progress [ 3 ] | New: Resolved [ 5 ] |