Public bug reported:

Example 6: Working with Jenkins Nodes

wrong:
nodes = get_nodes()

should be:
nodes = server.get_nodes()

** 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/1829773

Title:
  Wrong code usage in example docs

Status in Python Jenkins:
  New

Bug description:
  Example 6: Working with Jenkins Nodes

  wrong:
  nodes = get_nodes()

  should be:
  nodes = server.get_nodes()

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1829773/+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