← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1578626] [NEW] jenkins api cant connect to Jenkins 2.1

 

Public bug reported:

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)
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)

** Affects: python-jenkins
     Importance: Undecided
         Status: New


** Tags: connect jenkins

-- 
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 cant connect to Jenkins 2.1

Status in Python Jenkins:
  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)
  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


Follow ups