-
Notifications
You must be signed in to change notification settings - Fork 173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JobList API to support Tree and Depth #309
Comments
choweiyuan
added a commit
to choweiyuan/jenkins-rest
that referenced
this issue
Aug 22, 2023
choweiyuan
added a commit
to choweiyuan/jenkins-rest
that referenced
this issue
Aug 23, 2023
choweiyuan
added a commit
to choweiyuan/jenkins-rest
that referenced
this issue
Aug 23, 2023
choweiyuan
added a commit
to choweiyuan/jenkins-rest
that referenced
this issue
Aug 23, 2023
choweiyuan
added a commit
to choweiyuan/jenkins-rest
that referenced
this issue
Aug 23, 2023
choweiyuan
added a commit
to choweiyuan/jenkins-rest
that referenced
this issue
Aug 24, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Expected Behavior
JobList API current supports listing all jobs within the folder. We could support more fine-grained listing by using tree/depth
Current Behavior
JobList API current supports listing all jobs within the folder without ability to filter by tree/depth.
Context
We have >= 1k jobs within a folder (within a folder and within another folder..). I need to recursively call this API which isn't great. Fortunately Jenkins API supports using tree/depth.
As per http://jenkinsurl/api page:
Steps to Reproduce (for bugs)
Your Environment
ARG jenkins_tag=2.401.3-lts-jdk17
** I'm happy to contribute this
The text was updated successfully, but these errors were encountered: