[Python-jenkins-developers] [Bug 1501441] Re: Unwanted [forward] slash in get_info results 404 error in case server url looks like "http://domainname[:port]/myjenkins"

2015-11-03 Thread Anton Haldin
** Changed in: python-jenkins Assignee: Anton Haldin (anton-haldin) => (unassigned) -- 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/1501441 Title: Unwanted [forward] sl

[Python-jenkins-developers] [Bug 1501441] Re: Unwanted [forward] slash in get_info results 404 error in case server url looks like "http://domainname[:port]/myjenkins"

2015-11-03 Thread Anton Haldin
bug fix for this regression was already proposed - https://review.openstack.org/#/c/228971/ and with related changes in tests: https://review.openstack.org/#/c/231109/ -- You received this bug notification because you are a member of Python Jenkins Developers, which is subscribed to Python Jenki

[Python-jenkins-developers] [Bug 1501441] Re: Unwanted [forward] slash in get_info results 404 error in case server url looks like "http://domainname[:port]/myjenkins"

2015-10-30 Thread Anton Haldin
Fix proposed for review https://review.openstack.org/#/c/237916/ -- 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/1501441 Title: Unwanted [forward] slash in get_info results 404 e

[Python-jenkins-developers] [Bug 1501441] Re: Unwanted [forward] slash in get_info results 404 error in case server url looks like "http://domainname[:port]/myjenkins"

2015-10-21 Thread Anton Haldin
** Changed in: python-jenkins Assignee: (unassigned) => Anton Haldin (anton-haldin) -- 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/1501441 Title: Unwanted [forward] sl

[Python-jenkins-developers] [Bug 1501441] [NEW] Unwanted [forward] slash in get_info results 404 error in case server url looks like "http://domainname[:port]/myjenkins"

2015-09-30 Thread Anton Haldin
Public bug reported: Function get_info with default value of parameter item uses wrong url to send request to Jenkins server in case server url looks like "http://domainname[:port]/myjenkins"; source code of python-jenkins/jenkins/__init__.py: 437 def get_info(self, item="", query=None): ..