---
title: "Space Settings: Configuring Remote Jobs"
canonical: "https://docs.getxray.app/space/XRAYCLOUD/44580128/Space%20Settings%3A%20Configuring%20Remote%20Jobs"
format: markdown
---
![Banner-Xray-Documentation-Enterprise.png](media://9576a6e2-f1b1-4fa3-9107-5d51acd6ac5e)


> Macro (toc)

# Context 

Xray allows Space Managers to configure remote jobs triggers for their CI/CD platforms, Xray supports the following CI/CD platforms out-of-the-box:

- Jenkins
- Bamboo
- GitHub
- GitLab
- Azure DevOps

# Configuration

## Configuration page

Under "Space settings" page, a new option is available on "Xray Settings" group, named "Remote Jobs Trigger"

### Create configuration

Users can create up to 10 CI/CD configurations at Space level, and from those select 6 that would be available on the Test Execution/Test Plan issue type.

> Macro (ui-steps)
> 
> > Macro (legacy-content)
> 
> > Macro (legacy-content)
> 
> > Macro (legacy-content)
> 
> > Macro (legacy-content)
> 
> > Macro (legacy-content)


### Edit configuration

To edit an existing configuration, follow the following steps:

> Macro (ui-steps)
> 
> > Macro (legacy-content)
> 
> > Macro (legacy-content)
> 
> > Macro (legacy-content)

### Delete configuration

To delete a configuration, head over to the Actions column options dropdown and select "Delete."

![image](media://579cffa2-b114-4fdf-972e-dfbf9d24cdb5)

### Change configuration status

At any given moment, you can change the configuration status; for that, you need to change the switch on the column "Status."  
The status defines if the configuration will be shown to the tester on the Test Plan or Test Execution issue; if set to active, you can have as up to 6 configurations displayed.

![image](media://d6cb5fcf-6a02-4796-a44e-1c470e72cc3c)

> ℹ️ ![image](media://073a896e-dbcf-4135-b4d1-56449bc59b25)
> ℹ️ 
> ℹ️ You can only have 6 configurations with the status "enabled" at a given time; once you reach this limit, the system will display a message informing the user regarding that.

## Configuring Remote Jobs for GitHub Enterprise Server (GHES)

- Repository Name (mandatory) - the exact repository name.
- Workflow ID (mandatory) - the desired workflow ID you want to use from your repository.
- Username (mandatory) - GHES Orga name.
- API URL (mandatory) - GHES endpoint URL *<custom-domain>/api/v3*
- Branch Name (mandatory) - repository branch name you want to trigger the build.
- Authentication Token (mandatory) - GitHub authentication token.