Public bug reported:
get instance ok
can not get all views
solution def get_info :
change
url = "/".join((item, INFO))
to
url = '/'.join((item, INFO)).lstrip('/')
** Affects: python-jenkins
Importance: Undecided
Status: New
--
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/1526846
Title:
JenkinsException: Could not parse JSON info for server[xxxx]
Status in Python Jenkins:
New
Bug description:
get instance ok
can not get all views
solution def get_info :
change
url = "/".join((item, INFO))
to
url = '/'.join((item, INFO)).lstrip('/')
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1526846/+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