Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 29/Sep/14 3:55 PM
Description:

Jenkins.doQuietDown(boolean block, int timeout) blocks as long as there are jobs running. This is not what it says in the documentation and a less useful behavior in my point of view.

boolean block
usage="Block until the system really quiets down and no builds are running"
int timeout
usage="If non-zero, only block up to the specified number of milliseconds"

I suggest the implementation should do what it says in the doc, i.e. only wait timeout, then return even though jobs are still running.

This error should be easily exposed by a unit test...

Environment: Jenkins ver. 1.565
Project: Jenkins
Priority: Minor Minor
Reporter: Marcus Philip
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/d/optout.

Reply via email to