apache-airflow-providers-jenkins
Provider package apache-airflow-providers-jenkins for Apache Airflow
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-jenkinsuv
uv add apache-airflow-providers-jenkinspoetry
poetry add apache-airflow-providers-jenkinsInstalling 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
Tags
More Monitoring packages
Wraps any iterable to display a real-time…
copyleft · top 100 on PyPI
opentelemetry-semantic-conventionsProvides generated Python code for…
permissive · top 100 on PyPI
opentelemetry-sdkProvides the reference implementation of the…
permissive · top 100 on PyPI
opentelemetry-apiProvides the abstract API and interfaces for…
permissive · top 100 on PyPI
opentelemetry-exporter-otlp-proto-httpExports OpenTelemetry observability data to an…
permissive · top 1,000 on PyPI
opentelemetry-instrumentationProvides automatic instrumentation commands and…
permissive · top 1,000 on PyPI
apache-airflow-providers-asanaIntegrates Apache Airflow with Asana, enabling…
permissive · top 15,000 on PyPI
apache-airflow-providers-microsoft-psrpIntegrates Apache Airflow with PowerShell…
permissive · top 15,000 on PyPI
apache-airflow-providers-segmentIntegrates Apache Airflow with Segment for…
permissive · top 15,000 on PyPI
apache-airflow-providers-singularityIntegrates Singularity container runtime with…
permissive · top 15,000 on PyPI
apache-airflow-providers-sambaIntegrates Samba file-sharing protocol with…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-flinkProvides Apache Airflow integration for Apache…
permissive · top 15,000 on PyPI
apache-airflow-providers-zendeskProvides operators and hooks to integrate…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-livyIntegrates Apache Livy with Apache Airflow to…
permissive · top 15,000 on PyPI
apache-airflow-providers-apache-beamIntegrates Apache Beam data processing…
permissive · top 15,000 on PyPI
apache-airflow-providers-microsoft-winrmIntegrates Windows Remote Management (WinRM)…
permissive · top 15,000 on PyPI