Jenkins

apache-airflow-providers-jenkins

Jenkins

Works with Airflow 2.11+
Install:
pip install apache-airflow-providers-jenkins==4.2.3

Airflow

2.11+

Python

>=3.10

Dependencies (3)

Show all Hide apache-airflow>=2.11.0 apache-airflow-providers-common-compat>=1.10.1 python-jenkins>=1.8.2

Connections (1)

Modules

O

JenkinsJobTriggerOperator

Trigger a Jenkins Job and monitor its execution.

airflow.providers.jenkins.operators.jenkins_job_trigger.JenkinsJobTriggerOperator
H

JenkinsHook

Hook to manage connection to jenkins server.

airflow.providers.jenkins.hooks.jenkins.JenkinsHook
S

JenkinsBuildSensor

Monitor a Jenkins job and pass when it is finished building.

airflow.providers.jenkins.sensors.jenkins.JenkinsBuildSensor