Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f67391 commit 0843ae7Copy full SHA for 0843ae7
doc/source/examples.rst
@@ -86,7 +86,7 @@ This is an example showing how to create, configure and delete Jenkins jobs.
86
# requires creating and configuring the api-test job to accept 'param1' & 'param2'
87
server.build_job('api-test', {'param1': 'test value 1', 'param2': 'test value 2'})
88
last_build_number = server.get_job_info('api-test')['lastCompletedBuild']['number']
89
- build_info = server.get_job_info('api-test', last_build_number)
+ build_info = server.get_build_info('api-test', last_build_number)
90
print build_info
91
92
# get all jobs from the specific view
0 commit comments