Hua Zhang commented on Improvement JENKINS-9259

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]/[PromotionName]/promotion/[PromotionName]/promotionBuild/num/api/json

But the response does not contain the 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 each build, and/or
b) a summary/history of all promotion builds with reference to the being promoted build number.

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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to