jenkinsci / jenkinsci/java-client-api
Does not request builds that are within a folder
Open
- Dominant language
- Java
- Stars
- 913
- Forks
- 466
- PR merge metrics
- No merged PRs in 30d
Description
This will return a 404/null if the Job is located under a few folders. This attempts to only request the builds under the root view.
Test:
Get all builds from a job located at: job/AFolder/job/AJob
https://github.com/jenkinsci/java-client-api/blob/b526c33cdbe49b9c0254a394da19689ef867ef8c/jenkins-client/src/main/java/com/offbytwo/jenkins/model/JobWithDetails.java#L126
Contributor guide
Assessment
This issue has not been assessed yet.