We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
excludeJobListFilter
The text was updated successfully, but these errors were encountered:
Add additional history query api parameters #203
3731d57
confirmed
Sorry, something went wrong.
gschueler
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: