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

Allow history API to query for list of job names #203

Closed
gschueler opened this issue Aug 24, 2012 · 1 comment
Closed

Allow history API to query for list of job names #203

gschueler opened this issue Aug 24, 2012 · 1 comment
Assignees
Milestone

Comments

@gschueler
Copy link
Member

Update the history API endpoint to allow querying using a list of job group+names. The API should return results for all jobs specified.

additionally, there should be a way to exclude certain jobs from the results.

Add these params to the endpoint:

  • jobListFilter - include the specified job name like 'group/name', can be included multiple times to match multiple jobs.
  • excludeJobListFilter - exclude the specified job name like 'group/name', can be included multiple times to match multiple jobs.
@gschueler
Copy link
Member Author

confirmed

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

1 participant