Change abandoned by Nano_ext3 (mdegu...@gmail.com) on branch: master
Review: https://review.openstack.org/580851
Reason: Will submit new patch, code base is different then what I have, header 
usage different.

-- 
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/1578626

Title:
  jenkins api  error during get_version function call  on Jenkins if
  security is enabled and anon read = false

Status in Python Jenkins:
  In Progress
Status in CentOS:
  New

Bug description:
  i have code which work on server version 1.XX I've upgraded Jenkins to
  2.1 version and now got error.

  string which return exception.

  server = jens.Jenkins(**jenkins_config)
  print("Connected to Jenkins version is: " + server.get_version())
  error is :
  Error communicating with server [..]

  Place in jenkins module where exception occurs:
  string number 498
   except (HTTPError, BadStatusLine):
              raise BadHTTPException("Error communicating with server[%s]"
                                     % self.server)

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

-- 
Mailing list: https://launchpad.net/~python-jenkins-developers
Post to     : python-jenkins-developers@lists.launchpad.net
Unsubscribe : https://launchpad.net/~python-jenkins-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to