-
Type:
Task
-
Resolution: Not A Defect
-
Priority:
Critical
-
Component/s: p4-plugin
Hi,
Â
I want to make jenkins pipeline job
to run whenever commit comes.
Â
In checkout code, there's filter: [incremental(true)] feature like below.
checkout perforce(
credential: 'p4',
filter: [incremental(true)],
populate: syncOnly(...),
workspace: templateSpec(...)
)
What is this for?Â
Â
and there's polling build filters options in configuration page.

What is this for?
What is different with upper code ?
Â
Many thanks,