It's all about the answers!

Ask a question

how to find all scheduled build for repository from rtc


0
1
YOGESH LOKHANDE (10441927) | asked Nov 01 '13, 11:22 a.m.
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


permanent link
Nick Edgar (6.5k711) | answered Nov 09 '13, 1:36 p.m.
JAZZ DEVELOPER
edited Nov 09 '13, 1:37 p.m.
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



permanent link
Scott Cowan (966310) | answered Nov 05 '13, 9:10 a.m.
JAZZ DEVELOPER
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


Register or to post 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.