CI/CD Integration

Jenkins

Connect TigerIdentity to Jenkins for automated CI/CD access management, just-in-time permissions, and comprehensive build audit logging.

Key Features

User & Role Sync

Automatically sync Jenkins users, roles, and permissions across instances.

Job Access Control

Map Jenkins job permissions to TigerIdentity entitlements for unified governance.

Pipeline Security

Enforce access controls on Jenkins pipelines based on dynamic TigerIdentity policies.

Event Streaming

Subscribe to Jenkins build events for real-time visibility into CI/CD activity.

Just-In-Time Access

Grant temporary Jenkins access with automatic permission revocation after task completion.

Credential Management

Track and rotate Jenkins credentials and API tokens for service accounts.

How It Works

1

Connect

Configure the Jenkins connector with API credentials and instance URL.

2

Sync

TigerIdentity syncs users, roles, jobs, and permission mappings from Jenkins.

3

Govern

Create policies to automate Jenkins access provisioning and enforce least-privilege principles.

Configuration Example

connector:
  type: jenkins
  name: "jenkins-production"

  config:
    url: "https://jenkins.example.com"
    username: "${JENKINS_USERNAME}"
    api_token: "${JENKINS_API_TOKEN}"

  sync:
    users: true
    roles: true
    jobs: true
    folders: true
    permissions: true

  events:
    - job.started
    - job.completed
    - job.failed
    - user.login
    - credentials.created

  mapping:
    user_attributes:
      - jenkins: username
        tiger: ci_username
      - jenkins: fullName
        tiger: full_name

Use Cases

CI/CD Access Governance

Centralize Jenkins job and pipeline access management across multiple instances.

Temporary Build Access

Grant developers time-bound access to production Jenkins jobs with automatic cleanup.

Service Account Management

Track and rotate credentials for Jenkins service accounts used in automated deployments.

Compliance Reporting

Generate audit trails showing who triggered which builds and what changes were deployed.

Ready to connect Jenkins?

See how TigerIdentity integrates with your Jenkins environment in a personalized demo.

Schedule Your Demo