Documentation Index
Fetch the complete documentation index at: https://docs.iru.com/llms.txt
Use this file to discover all available pages before exploring further.
About Jenkins
Iru calls the Jenkins remote API with HTTP Basic authentication: username plus an API token as the password (preferred over a real password). The wizard first storesjenkins_host (hostname and optional context path only), then collects credentials.
How it works
| Detail | Value |
|---|---|
| Category | CI/CD |
| Authentication | Basic (user + API token) |
Prerequisites
- Jenkins reachable from Iru’s network (firewall / VPN / allowlist as needed).
- A user with Overall/Read and job-level read access for the scope you audit.
- HTTPS strongly recommended for the controller.
Connect Jenkins to Iru
Jenkins
Open your user API token settings
Sign in to Jenkins. Click your username, then Configure. Open the API Token section (or equivalent for your Jenkins version).
Iru Compliance
Turn on Jenkins
Find Jenkins (set Category to Developer tools or use Search by name or description). On that card, turn on the toggle. A browser tab or window may open for the connector wizard.
Enter Jenkins host
Enter
jenkins_host as jenkins.example.com or jenkins.example.com/jenkins (without https://). Confirm server variables.Troubleshooting
Nothing opens when you turn the source on
Nothing opens when you turn the source on
Check pop-up blocker settings for the Iru site and try again.
Server variables failed
Server variables failed
Toggle source off/on for a fresh wizard session.
401 / 403
401 / 403
Correct user/token; user needs read permissions on target jobs.
Unreachable
Unreachable
Routing, TLS, VPN, or allowlist for Iru egress.
Wrong host string
Wrong host string
Include context path if Jenkins is not at domain root.
Considerations
Use a read-only service user scoped to the folders…
Use a read-only service user scoped to the folders or views you need.
See also
- See Sources Management for the full connector list.
