skillfed

apache-airflow-providers-jenkins

Provider package apache-airflow-providers-jenkins for Apache Airflow

apache-airflow-providers-jenkins v4.2.6 290.6K downloads/30d#7,986 on PyPI46,490
Permissive license Apache-2.0 Active released

What it is and what it does

This is an Apache Airflow provider package that bridges Jenkins CI/CD systems into Airflow's orchestration framework. It supplies operators, hooks, and sensors that allow you to trigger Jenkins jobs, monitor their execution, and integrate build results into Airflow DAGs. The package depends on apache-airflow (>=2.11.0), apache-airflow-providers-common-compat (>=1.10.1), and python-jenkins (>=1.8.2) to communicate with Jenkins servers.

The package is maintained as part of the Apache Airflow project and supports Python 3.10 through 3.14. It is classified as Production/Stable and is actively maintained, with recent releases indicating ongoing support. Use it when you need to orchestrate Jenkins builds as part of larger Airflow workflows, coordinate CI/CD pipelines with data processing tasks, or centralize job scheduling across both systems.

Use it for:

  • Trigger Jenkins build jobs from Airflow DAGs and wait for completion before proceeding to downstream tasks.
  • Orchestrate multi-stage CI/CD pipelines where Jenkins builds feed into data processing or deployment workflows.
  • Monitor Jenkins job status and conditionally branch Airflow task execution based on build success or failure.
  • Centralize scheduling and logging of Jenkins jobs through Airflow's UI and audit trail.
  • Integrate Jenkins artifacts or build metadata into Airflow tasks for downstream consumption.

Worth the install?

AI-flagged interpretation of the facts on this page — verify before relying

Integrates Jenkins CI/CD systems into Apache Airflow workflows, enabling orchestration of Jenkins jobs as Airflow tasks.

Yes. This is a production-stable Apache-maintained provider with low install friction, active maintenance, no known vulnerabilities, and permissive licensing. Install it if you run Airflow and need to orchestrate Jenkins jobs; the only prerequisite is an existing Airflow 2.11.0+ installation and a Jenkins server to connect to.

Install

apache-airflow-providers-jenkins on PyPI

pip

pip install apache-airflow-providers-jenkins

uv

uv add apache-airflow-providers-jenkins

poetry

poetry add apache-airflow-providers-jenkins

Installing apache-airflow-providers-jenkins

Before you install

Low install friction with a pure-Python wheel. Maintained actively under Apache governance with recent releases; requires Apache Airflow 2.11.0 or later and python-jenkins 1.8.2 or later.

License in practice

Apache-2.0 permissive license allows use in commercial and open-source projects with minimal restrictions; you must include a copy of the license and notice file.

Quickstart

pip install apache-airflow-providers-jenkins

from airflow.providers.jenkins.operators.jenkins_job_trigger_operator import JenkinsJobTriggerOperator

task = JenkinsJobTriggerOperator(
    task_id='trigger_jenkins_job',
    job_name='my-jenkins-job',
    jenkins_conn_id='jenkins_default'
)

Requires an existing Apache Airflow installation (>=2.11.0) and a configured Jenkins connection in Airflow.

Verify before relying

  • Specific operators and hooks available beyond job triggering (e.g., job status polling, artifact retrieval).
  • Whether the package supports Jenkins authentication methods beyond basic HTTP connection.
  • Supported Jenkins server versions and compatibility constraints.

Package facts

License Apache-2.0 (permissive)
Python support supports the current Python release (>=3.10)
Install friction low — pure-Python wheel
Runtime dependencies 3 — apache-airflow, apache-airflow-providers-common-compat, python-jenkins
Maintenance actively maintained — 68 days since the last release
Last repo commit
First released
Downloads 290,571/month — #7,986 on PyPI (30-day window, as of 2026-08-14)
Known vulnerabilities none known (OSV.dev, checked 2026-08-14)

Evidence: apache_airflow_providers_jenkins-4.2.6-py3-none-any.whl

Keywords: airflow-provider, jenkins, airflow, integration

Development Status :: 5 - Production/StableEnvironment :: ConsoleEnvironment :: Web EnvironmentFramework :: Apache AirflowFramework :: Apache Airflow :: ProviderIntended Audience :: DevelopersIntended Audience :: System AdministratorsProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: System :: Monitoring

Tags

jenkins airflow integrationtrigger jenkins jobs from airflowjenkins provider airflowci/cd pipeline orchestrationjenkins task operator airflowjenkins build automation airflowairflow jenkins provider
ci-cd-integrationworkflow-orchestrationjenkins

More Monitoring packages

tqdm

Wraps any iterable to display a real-time…

copyleft · top 100 on PyPI

opentelemetry-semantic-conventions

Provides generated Python code for…

permissive · top 100 on PyPI

opentelemetry-sdk

Provides the reference implementation of the…

permissive · top 100 on PyPI

opentelemetry-api

Provides the abstract API and interfaces for…

permissive · top 100 on PyPI

opentelemetry-exporter-otlp-proto-http

Exports OpenTelemetry observability data to an…

permissive · top 1,000 on PyPI

opentelemetry-instrumentation

Provides automatic instrumentation commands and…

permissive · top 1,000 on PyPI

apache-airflow-providers-asana

Integrates Apache Airflow with Asana, enabling…

permissive · top 15,000 on PyPI

apache-airflow-providers-microsoft-psrp

Integrates Apache Airflow with PowerShell…

permissive · top 15,000 on PyPI

apache-airflow-providers-segment

Integrates Apache Airflow with Segment for…

permissive · top 15,000 on PyPI

apache-airflow-providers-singularity

Integrates Singularity container runtime with…

permissive · top 15,000 on PyPI

apache-airflow-providers-samba

Integrates Samba file-sharing protocol with…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-flink

Provides Apache Airflow integration for Apache…

permissive · top 15,000 on PyPI

apache-airflow-providers-zendesk

Provides operators and hooks to integrate…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-livy

Integrates Apache Livy with Apache Airflow to…

permissive · top 15,000 on PyPI

apache-airflow-providers-apache-beam

Integrates Apache Beam data processing…

permissive · top 15,000 on PyPI

apache-airflow-providers-microsoft-winrm

Integrates Windows Remote Management (WinRM)…

permissive · top 15,000 on PyPI