turbaszek commented on a change in pull request #9947:
URL: https://github.com/apache/airflow/pull/9947#discussion_r464113937
##########
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:
```
:param parameters: The parameters block to provide to jenkins. JSON
blob, path to JSON file, Dict, or List. (templated)
:type parameters: Union[str, Dict, List]
```
I think the type should be explicit, WDYT?
----------------------------------------------------------------
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]