# Jenkins

**Jenkins** is an open-source automation server. It helps automate the parts of software development related to building, testing, and deploying, facilitating continuous integration and continuous delivery.

### Connection Options

* Login
* Create a specific user for us (i.e ox-security)
* Provide roles/permissions to the user to read

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

* Generate API key

  * Make sure you are logged into the Jenkins instance as administrator
  * Click on "Manage Jenkins" in the dashboard

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

  3\. Click on "Manage Users".

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

  * Select the user you would like to generate an API token for, then click on their name to access their user configuration page

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

  <figure><img src="/files/8Bfy1omhOWAkBuORVYo2" alt=""><figcaption></figcaption></figure>

  * Generate a token using the "Add new token" section

  <figure><img src="/files/4RQQc8hHv7krpTWHtxhm" alt=""><figcaption></figcaption></figure>

  * Save your configuration
* Enter the API key in the system


---

# 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://docs.ox.security/ox-integrations/3rd-party-integrations/ci-cd/jenkins.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.
