python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00281
[Bug 1526846] [NEW] JenkinsException: Could not parse JSON info for server[xxxx]
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
Follow ups