This step is responsible for fetching pull requests from the SCM tool and injecting them to ALM Octane.
Every time pull requests are sent to ALM Octane the last update time is saved. The next time, only pull requests and commits that were updated after this time will be sent to ALM Octane.
Supported version of ALM Octane: 15.0.49 and later.
You can change the behaviour of this step by adding the following parameters to the job:
- pullrequests_min_update_time : Use this parameter to override the last update time that is updated after each successful injection to ALM Octane.
- pullrequests_page_size : Page size is defined on each request to the SCM tool. This defines the number of items fetched (pull request or commits). Default is 30.
- pullrequests_max_pr_to_fetch: Max number of pull requests to fetch. Default is 100.
- pullrequests_max_commits_to_fetch : Max number of commits to fetch for each pull request. Default is 100.