Daniel Beck commented on Improvement JENKINS-26228

As long as you're querying each pending job's queue item once every five minutes, that should work without a problem. Alternatively, write a plugin that provides the specific aggregate data you're interested in. Please correct me if I'm wrong, but it doesn't appear to be something that cannot be solved reliably with the current APIs (possibly with making the queue item lifetime configurable to handle longer outages of the custom UI and/or network connection between the two).

Regarding the linked question, it looks like the user would be happy if he got the queue item URL to query, but a few things prevent that in that specific case AFAICT:

  • The user uses the wrong URL for a parameterized build
  • The client is pretending to be a web browser using Structured Form Submission rather than submitting plain form parameters
  • The behavior of buildWithParameters changed in 1.561 and the question is about 1.529.
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/d/optout.

Reply via email to