Is there a way to find all current failed or error build configurations info in a project by using rest api
Hi,
Is there a way to find all current failed or error build configurations info in a project by using rest api. Please let me know.
Thanks
R
Please sign in to leave a comment.
Hi
At the moment you need to get this data by multiple steps: build configurations within a project are listed by /app/rest/projects/<projectLocator>/buildTypes call, and then /app/rest/buildTypes/<buildTypeLocator> call returns build statuses separatelly for each configuration.
please vote for this request in TW-22717.