uranusjr commented on code in PR #22802:
URL: https://github.com/apache/airflow/pull/22802#discussion_r844757522


##########
airflow/providers/jenkins/operators/jenkins_job_trigger.py:
##########
@@ -168,6 +177,7 @@ def poll_job_in_queue(self, location: str, jenkins_server: 
Jenkins) -> int:
                     return build_number
             try_count += 1
             time.sleep(self.sleep_time)
+
         raise AirflowException(
             "The job hasn't been executed after polling " f"the queue 
{self.max_try_before_job_appears} times"

Review Comment:
   While we’re changing this file, can you also fix this line too? It should be
   
   ```python
   f"The job hasn't been executed after polling the queue 
{self.max_try_before_job_appears} times"
   ```



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to