# Selecting a Range of Revisions

### Introduction

Now it is easier to select a range of revisions through Version Control.

### Feature Overview

This feature allows users to select a range of commits from the available commits for that deployment.

### Step-by-Step Guide

1. Select ‘Version Control’ from the ‘Deployment From’ field.

<figure><img src="/files/te8kuS1TXatWD7RySba2" alt=""><figcaption></figcaption></figure>

2. Select ‘Revision Range’ from the ‘Deployment Type’ field.

<figure><img src="/files/X9HouzjaxmyI02cqtt9Z" alt=""><figcaption></figcaption></figure>

3. Select ‘Git’ from the ‘Version Control’ field.

<figure><img src="/files/k61mLWY3I52vLGKzo67w" alt=""><figcaption></figcaption></figure>

4. Select the required repository from the ‘Repository’ field.

<figure><img src="/files/TaVSntuFBqDzl8BkTbB5" alt=""><figcaption></figcaption></figure>

5. Select the required ‘Branch’ from the ‘Branch’ field.

<figure><img src="/files/QEJ0TXPQMhxxxdDUySAF" alt=""><figcaption></figcaption></figure>

6. Select a revision in the ‘From Revision’ field.

<figure><img src="/files/fl4CX16XarJIfOuITd5X" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/tP7f9TBcV9K6I20FVxQ0" alt=""><figcaption></figcaption></figure>

7. Select a revision from the ‘To Revision’ field.

<figure><img src="/files/PYiF5lZrm74BTnfwwaXu" alt=""><figcaption></figcaption></figure>

8. Revisions that are available below the one selected in the ‘From Revision’ field, will remain grayed out for the rest of the selection.

<figure><img src="/files/HzPPxsFqecHGlKw41uWg" alt=""><figcaption></figcaption></figure>

9. After the required revisions are selected, continue with the configuration of the CI Job creation.
10. Select the required configurations under the “Job Settings” tab of the flow.<br>

    <div align="center" data-full-width="false"><figure><img src="/files/uxXZ1pywgekGnW3UZLY9" alt=""><figcaption></figcaption></figure></div>
11. Once the required configuration is selected, click ‘Save’ on the ‘Preview & Save’ section of the ‘CI Job’ creation screen.

<figure><img src="/files/DK7h8wTeuedK03g1bM3L" alt=""><figcaption></figcaption></figure>

11. Once ‘Save’ is clicked, users are redirected to the ‘CI Job’ list page.

<figure><img src="/files/JeY02FkIdw0a1C7ydFVu" alt=""><figcaption></figcaption></figure>

12. Click on the ‘Play’ button to trigger the build. Upon clicking the ‘Play’ button, users are redirected to the following page.

<figure><img src="/files/0BRRYcj2jsG7rznvaSdJ" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://knowledgebase.autorabit.com/product-guides/arm/arm-features/ncino/feature-ci-jobs/running-a-ci-job/selecting-a-range-of-revisions.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
