# CI Job List

{% hint style="info" %}
For optimal viewing, set your browser zoom level to 80% in Chrome or Firefox.
{% endhint %}

The CI Job List screen displays all CI jobs created in ARM, listed in reverse chronological order — the most recent jobs appear at the top.

<figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2FMSPKFcgDZ5FfRLuMhjM0%2Fimage.png?alt=media&#x26;token=0faf4867-feb5-4152-a29a-4102fad18796" alt="CI Job List UI"><figcaption></figcaption></figure>

Jobs that have been deployed display the icon, while jobs that have only been validated display.

Filtering Options: Use the filters to refine your search for specific CI jobs.

<figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2FyOpuhI93vciCwRhEFiun%2Fimage.png?alt=media&#x26;token=6ed17e4a-c741-48a1-b3d5-d55a1dbd6e07" alt="Filtering Options UI"><figcaption></figcaption></figure>

Group By: Select a specific job group from the dropdown or type the group name. Choose All Groups to view jobs from all groups.

Job Name: Search by typing or selecting a job name from the dropdown.

Last Modified Date Range: Filter jobs by modification date. Defaults to the last 7 days. Additional options include:

* Last 14 days
* Last 30 days
* Last 24 hours
* Custom Range: Specify your own date and time range.

<figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2FCIVQzhBSsJ6wsHe92WJf%2Fimage.png?alt=media&#x26;token=4797d67e-658d-449a-ad0e-7d014740d95a" alt="Date Range Filter" width="563"><figcaption></figcaption></figure>

**Advanced Filter Options**:

<figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2FBV0iyY5XSCOxzl243FMx%2Fimage.png?alt=media&#x26;token=77a229e7-75d1-4e47-9791-a85f0193a45d" alt="Filter Panel" width="401"><figcaption></figcaption></figure>

Job Source Type:

Sandbox: Choose the Source Org. Select All to include all orgs.

Version Control: Choose the Source Repository and Source Branch. Select All to include all repos and branches.

<figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2FE4XxMCfo5e8q3MzLz38r%2Fimage.png?alt=media&#x26;token=191ac52e-6320-4d80-ab63-339d9aca4a2e" alt="Source Type Filters" width="563"><figcaption></figcaption></figure>

Destination Org: Select a specific org or choose All to include jobs targeting any destination org.

#### Additional Options

<figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2Fve6tzqBFqrkipb6n3h2f%2Fimage.png?alt=media&#x26;token=ee94ef5d-6cb1-4b65-b16c-a43a0c05ae6c" alt="CI Job Actions" width="550"><figcaption></figcaption></figure>

Info: View job metadata including source/destination orgs, repositories, branches, timestamps, etc.

Clone: Create a new job using details from an existing job.

Edit: Modify job details. If a job is in progress:

A prompt appears on saving.

Selecting YES aborts the current job, saves changes, and redirects to the CI Jobs Result page.

Selecting NO discards changes.

<figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2F8QtYblAaf6Ux7GUuIlRA%2Fimage.png?alt=media&#x26;token=8e7ec012-44b4-4cf6-89c4-5aab2e5ef926" alt="Edit Job Prompt" width="332"><figcaption></figcaption></figure>

For Vlocity (FlexCard/OmniScript) deployments:

The destination org must be registered with OAuth. If it's registered with Standard, re-register with OAuth or deployment will fail. The following log message appears:

To deploy compiled versions of OmniScript and FlexCards, Please re-register your destination org with OAuth and update the Local Compilation key in the My Account section

Enable Local Compilation and enter a valid Access Key under My Account:

Missing key:

Deployment will be performed without local compilation due to the absence of Access Key of Vlocity's Private NPM Repository

Invalid key:

Deployment is completed without local compilation due to the incorrect Access Key of Vlocity's Private NPM Repository

<figure><img src="https://1912836914-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F9vAxMuDrkUkB4OXlH9CL%2Fuploads%2F404YHwdDzWUAmA67JGUh%2Fimage.png?alt=media&#x26;token=a32e266c-4a9d-4992-8ec7-e7a2bd4d0f96" alt="Local Compilation Config" width="452"><figcaption></figcaption></figure>

Activate/Deactivate: Temporarily disable jobs without deleting them. Reactivate when needed. This prevents unintended builds without loss of job data.

Delete: Permanently remove the job. This action is irreversible.

{% hint style="info" %}
Important Notes on Deactivated CI Jobs:

Scheduled builds will not run.

Configured hooks will not be processed.

Build and deploy queues will be cleared.

API-triggered builds are disabled.

Edit and Clone options are disabled.

If selected during post-deployment, deactivated jobs can affect parent CI job configuration.

Triggering new builds for deactivated jobs is not allowed.
{% endhint %}
