Re: [PR] Remove unreachable return of jenkins_job_trigger [airflow]

2024-09-24 Thread via GitHub
github-actions[bot] closed pull request #40233: Remove unreachable return of jenkins_job_trigger URL: https://github.com/apache/airflow/pull/40233 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

Re: [PR] Remove unreachable return of jenkins_job_trigger [airflow]

2024-08-26 Thread via GitHub
github-actions[bot] commented on PR #40233: URL: https://github.com/apache/airflow/pull/40233#issuecomment-2311327479 This pull request has been automatically marked as stale because it has not had recent activity. It will be closed in 5 days if no further activity occurs. Thank you for you

Re: [PR] Remove unreachable return of jenkins_job_trigger [airflow]

2024-07-09 Thread via GitHub
yangyulely commented on PR #40233: URL: https://github.com/apache/airflow/pull/40233#issuecomment-2217281206 @eladkal, updated -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment

Re: [PR] Remove unreachable return of jenkins_job_trigger [airflow]

2024-07-06 Thread via GitHub
eladkal commented on PR #40233: URL: https://github.com/apache/airflow/pull/40233#issuecomment-2211825454 @yangyulely can you rebase and resolve conflicts? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

Re: [PR] Remove unreachable return of jenkins_job_trigger [airflow]

2024-06-18 Thread via GitHub
pankajkoti commented on code in PR #40233: URL: https://github.com/apache/airflow/pull/40233#discussion_r1644843018 ## airflow/providers/jenkins/operators/jenkins_job_trigger.py: ## @@ -71,7 +71,6 @@ def jenkins_request_with_headers(jenkins_server: Jenkins, req: Request) -> Jen

[PR] Remove unreachable return of jenkins_job_trigger [airflow]

2024-06-14 Thread via GitHub
yangyulely opened a new pull request, #40233: URL: https://github.com/apache/airflow/pull/40233 Remove unreachable return in jenkins_request_with_headers of jenkins_job_trigger.py --- **^ Add meaningful description above** Read the **[Pull Request Guideline