Skip to content
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

Access nested jobs? #238

Open
bronzdoc opened this issue Jul 5, 2017 · 2 comments
Open

Access nested jobs? #238

bronzdoc opened this issue Jul 5, 2017 · 2 comments

Comments

@bronzdoc
Copy link

bronzdoc commented Jul 5, 2017

Is there a way i can access jobs in subfolders with jenkin_api_client?

@bronzdoc bronzdoc changed the title Nested jobs? List nested jobs? Jul 5, 2017
@bronzdoc bronzdoc changed the title List nested jobs? Access nested jobs? Jul 5, 2017
@tmeinlschmidt
Copy link

nested_jobs = @client.api_get_request("/job/SOME/job/NESTED/job/JOBS/")['jobs']
detail = @client.api_get_request("/job/SOME/job/NESTED/job/JOBS/job_name")

check source for more

@katelovescode
Copy link
Contributor

@bronzdoc This is currently being worked on in #225

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants