← Back to team overview

python-jenkins-developers team mailing list archive

[Bug 1829773] [NEW] Wrong code usage in example docs

 

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