> ## Documentation Index
> Fetch the complete documentation index at: https://langchain.idochub.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Jenkins

[Jenkins](https://www.jenkins.io/) is an open-source automation platform that enables
software teams to streamline their development workflows. It's widely adopted in the
DevOps community as a tool for automating the building, testing, and deployment of
applications through CI/CD pipelines.

## Installation and Setup

<CodeGroup>
  ```bash pip theme={null}
  pip install langchain-jenkins
  ```

  ```bash uv theme={null}
  uv add langchain-jenkins
  ```
</CodeGroup>

## Tools

See detail on available tools [here](/oss/python/integrations/tools/jenkins).
