coopergillan commented on a change in pull request #9947:
URL: https://github.com/apache/airflow/pull/9947#discussion_r464127961



##########
File path: airflow/providers/jenkins/operators/jenkins_job_trigger.py
##########
@@ -80,7 +86,7 @@ class JenkinsJobTriggerOperator(BaseOperator):
     :param job_name: The name of the job to trigger
     :type job_name: str
     :param parameters: The parameters block to provide to jenkins. (templated)
-    :type parameters: str
+    :type parameters: JSON blob, path to JSON file, Dict, or List

Review comment:
       You mean essentially just put the exact type like you have here? That 
seems like wider practice, right? I can make that change.




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

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


Reply via email to