> For the complete documentation index, see [llms.txt](https://docs.ozone.one/ozone-end-user-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ozone.one/ozone-end-user-guide/documentation/ci-cd/catalog/external-pipelines/how-to-link-an-external-ci-integration.md).

# How to Link an External CI Integration

1. On logging in to Ozone click on the left-sidebar and go to **CI/CD>Catalog>External pipelines**

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

2. For linking an external pipeline click on **+ New External CI** on the top right

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

3. This will take you to the list of integrations provided by Ozone

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

4. Refer to the supported integration for linking a new integration, simply type the integration in which your CI resides,\
   for example, Jenkins as shown below

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

5. Enter the required details and click on **Create integration,** this will verify the credentials and create the Jenkins/required integration, to Ozone

<figure><img src="/files/7rMA1Jv3VZAf12vF8hSG" alt=""><figcaption></figcaption></figure>

6. in-progressThis will show the integration you have created and the credentials and the resources synced.\
   \
   Once the *in progress* status changes to success, your pipelines will have been synced to Ozone

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

7. To view the pipelines go to **CI/CD>Catalog>External pipelines** as mentioned in the 1st step

<figure><img src="/files/7nwrOQyvP77FHfeoEU82" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.ozone.one/ozone-end-user-guide/documentation/ci-cd/catalog/external-pipelines/how-to-link-an-external-ci-integration.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
