fix get version example

Change-Id: I8fbcd518c078fbe15a99cc709072b86f93dad669
This commit is contained in:
Khai Do 2015-09-10 12:08:43 -07:00
parent 427753c3b1
commit d1713ad228
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ retrieve the Jenkins server version.
import jenkins
server = jenkins.Jenkins('localhost:8080', username='myuser', password='mypassword')
server = jenkins.Jenkins('http://localhost:8080', username='myuser', password='mypassword')
version = server.get_version()
print version