airflow.providers.jenkins.sensors.jenkins¶
Module Contents¶
Classes¶
Monitor a jenkins job and pass when it is finished building. This is regardless of the build outcome. |
- class airflow.providers.jenkins.sensors.jenkins.JenkinsBuildSensor(*, jenkins_connection_id, job_name, build_number=None, target_states=None, **kwargs)[source]¶
Bases:
airflow.sensors.base.BaseSensorOperatorMonitor a jenkins job and pass when it is finished building. This is regardless of the build outcome. This sensor depend on python-jenkins library,
- Parameters