-
Improvement
-
Resolution: Duplicate
-
Minor
-
None
The fix for JENKINS-15583 restricted the number of recent builds returned by the JSON API to 100:
http://jenkins-ci.org/commit/jenkins/fe9f676028773df181f0b9ec823b3cdd08d5cf3d
In that commit, it was mentioned that a pagination API should be added to allow retrieval of more results.
As far as I can see, this hasn't yet been added. It would be a useful addition to the API, as we would like to be able to retrieve all builds.
JENKINS-21600 seems possibly related?
- duplicates
-
JENKINS-23228 Support the range notation for pagination in API
-
- Resolved
-
- is related to
-
JENKINS-15583 "building" builds (running builds) do not show up anymore in the list of builds of a job (json API)
-
- Resolved
-
[JENKINS-22977] Add results paging to the Jenkins API
Link |
New:
This issue is related to |
Resolution | New: Fixed [ 1 ] | |
Status | Original: Open [ 1 ] | New: Resolved [ 5 ] |
Resolution | Original: Fixed [ 1 ] | |
Status | Original: Resolved [ 5 ] | New: Reopened [ 4 ] |
Link |
New:
This issue duplicates |
Resolution | New: Duplicate [ 3 ] | |
Status | Original: Reopened [ 4 ] | New: Resolved [ 5 ] |
Just query for allBuilds explicitly (xpath/tree argument). Due to the cost of build loading, it's hidden by default from the output.
https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/Job.java#L642