← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1183958] Re: using get_job_config() with job name containing spaces

 

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 <zaro0508@xxxxxxxxx>
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/1183958

Title:
  using get_job_config() with job name containing spaces

Status in Python API for Jenkins:
  Fix Committed

Bug description:
  I have tried to add single, double quotes etc... on calls when jenkins
  job name contains spaces. cannot seem to get get_job_config('job name
  with space') to return a valid configuration. None is returned.

  thanks, paul bruno

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


References