python-jenkins-developers team mailing list archive
-
python-jenkins-developers team
-
Mailing list archive
-
Message #00364
[Bug 1592766] [NEW] update docs example 1
Public bug reported:
In docs example [1] you mention method `get_whoami()` which seems not to
exist anymore.
>>> user = server.get_whoami()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Jenkins' object has no attribute 'get_whoami'
[1] (http://python-jenkins.readthedocs.io/en/latest/examples.html#example-1-get-version-of-jenkins)
** 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/1592766
Title:
update docs example 1
Status in Python Jenkins:
New
Bug description:
In docs example [1] you mention method `get_whoami()` which seems not
to exist anymore.
>>> user = server.get_whoami()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
AttributeError: 'Jenkins' object has no attribute 'get_whoami'
[1] (http://python-jenkins.readthedocs.io/en/latest/examples.html#example-1-get-version-of-jenkins)
To manage notifications about this bug go to:
https://bugs.launchpad.net/python-jenkins/+bug/1592766/+subscriptions
Follow ups