|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

One of my projects depends heavily on the jsonp interface (pure xhtml/_javascript_), using jenkins as backend engine.
I only discovered some promotion information accessible through json api: the latest promotion build number (not the build number of the job being promoted) from permalinks:
job/<jobname>/promotion/latest/<PromotionName>/api/json
and eventually information of every promoted build:
job/<jobname>/<JobBuildNumber>/promotion/<PromotionName>/promotionBuild/<PromotionBuildNumber>/api/json
But the response does not contain any information related to build number of the origin job being promoted, so I basically cannot tell which build has been promoted by which promotion build, which is exactly the information I want to get.
It would be nice if the following information could be exposed through remote access api:
a) promotion status for each build, and/or
b) a summary/history of all promotion builds with reference to the being promoted build number.