Fetch full build list when incomplete
authorChristophe Bliard <christophe.bliard@smartesting.com>
Fri, 4 Oct 2013 16:12:18 +0000 (18:12 +0200)
committerChristophe Bliard <christophe.bliard@smartesting.com>
Fri, 4 Oct 2013 16:12:18 +0000 (18:12 +0200)
commit0a6eece44b13235a56fc75122fc679506443a671
tree85fa500dd227730764bd4ab323bd2a0d7f2c7469
parent6547566581350107d75de41b08429d4c2e5e8e54
Fetch full build list when incomplete

By default, Jenkins returns the last 100 builds. If there are more
builds, an extra api call is made to have all builds in the job object
jenkinsapi/jenkinsbase.py
jenkinsapi/job.py
jenkinsapi_tests/unittests/test_job_get_all_builds.py [new file with mode: 0644]