Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix for apache-airflow-providers-jenkins JenkinsJobTriggerOperator #22802

Merged

Commits on Apr 6, 2022

  1. bugfix for when polling for the created job, if fail to get job info …

    …it should not fail the task, instead it should continue polling until reaches the max allowed polling tries
    SasanAhmadi committed Apr 6, 2022
    Configuration menu
    Copy the full SHA
    3ba4670 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c0458a9 View commit details
    Browse the repository at this point in the history

Commits on Apr 7, 2022

  1. Configuration menu
    Copy the full SHA
    99721eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e4a61e8 View commit details
    Browse the repository at this point in the history
  3. reduce the size of enclosing code in try except

    try except accounts for only the risky part of the code
    SasanAhmadi committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    f8235b1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c1b92ec View commit details
    Browse the repository at this point in the history