# Jenkins + Lutril: setup guide

> Lutril connects to Jenkins with a user API token. You provide your Jenkins base URL, the username, and the token.

Source: https://www.lutril.com/integrations/jenkins
Category: Developer tools
Auth: api_key
Last verified: 2026-06-17

---

## Setup

1. Log in to Jenkins as the user Lutril should act as.
2. Click your name (top right) → Configure (or Security).
3. Under API Token, click Add new Token, name it, and click Generate.
4. Copy the token immediately; Jenkins shows it only once.
5. In Lutril, connect Jenkins and enter the base URL, username, and API token.

## Access requested

- Acts with the token owner’s Jenkins permissions

## References

- [Jenkins documentation](https://www.jenkins.io/doc/book/system-administration/authenticating-scripted-clients/)
- [Remote access API](https://www.jenkins.io/doc/book/using/remote-access-api/)
- [API token system](https://www.jenkins.io/blog/2018/07/02/new-api-token-system/)
