← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1784948] Re: Cannot Post File Parameters

 

** Patch added: "0001-Add-support-for-file-parameters-of-job.patch"
   https://bugs.launchpad.net/python-jenkins/+bug/1784948/+attachment/5192621/+files/0001-Add-support-for-file-parameters-of-job.patch

-- 
You received this bug notification because you are a member of Python
Jenkins Developers, which is subscribed to Python Jenkins.
https://bugs.launchpad.net/bugs/1784948

Title:
  Cannot Post File Parameters

Status in Python Jenkins:
  New

Bug description:
  I'd like to post a file to a Jenkins job but this Python library only
  seems to support sending simple parameters like strings that can be
  encoded in requests as a simple key-value pair. Files require a
  file_path, the name of the param on Jenkins, along with some kind of
  Jenkins specific file param which cannot be handled in the current
  setup.

  Of course, if I'm mistaken and there is a straightforward way to
  handle this in Python, that would be great to know!

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1784948/+subscriptions


References