Reviewed: https://review.openstack.org/138886 Committed: https://git.openstack.org/cgit/stackforge/python-jenkins/commit/?id=ebe1052b6067183837e05123cf0c96a08fe6a5c6 Submitter: Jenkins Branch: master
commit ebe1052b6067183837e05123cf0c96a08fe6a5c6 Author: Khai Do <[email protected]> Date: Wed Dec 3 14:39:45 2014 -0800 Handle job and node names that contain spaces The current methods do not work for jobs and node that contain spaces in their names. This change adds quotes around the names in the jenkins URL so that Jenkins will be able to process the URL correctly. Closes-Bug: #1000799 Closes-Bug: #1183958 Change-Id: I86ac5aa8b2ff9b92ba240637f4a225978236e6db ** Changed in: python-jenkins Status: In Progress => Fix Committed -- 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/1000799 Title: Doesn't handle job names with spaces Status in Python API for Jenkins: Fix Committed Bug description: Attempting to get call get_job_config('Test Job') will fail, because there's no url quoting. To manage notifications about this bug go to: https://bugs.launchpad.net/python-jenkins/+bug/1000799/+subscriptions -- Mailing list: https://launchpad.net/~python-jenkins-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~python-jenkins-developers More help : https://help.launchpad.net/ListHelp

