how to find all scheduled build for repository from rtc
Is any script for find all scheduled build for repository
Or any plug in or api where we can find all scheduled build related to repository or project.
please help
|
Accepted answer
Hi Yogesh, try: {RTC repository URL}/resource/virtual/build/definitions?_prettyPrint=true
It gives a JSON dump of all build definitions in the repository, including info about their schedules.
It's best to run it as a user with JazzAdmin rights, so you can see all project areas and items in them.
YOGESH LOKHANDE selected this answer as the correct answer
|
One other answer
Hi Yogesh,
You should be able to open Firebug and find the undocumented REST API for getting build results, but only per build definition or build engine. Then you could filter on "buildState". Scott |
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.