coopergillan commented on a change in pull request #9947:
URL: https://github.com/apache/airflow/pull/9947#discussion_r464437486
##########
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:
@turbaszek - gave this a shot in the latest commit. Let me know what you
think.
----------------------------------------------------------------
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]