This flag affects the behavior of Hudson when a job lost its workspace (typically due to a slave outage.) If this method returns false and polling is configured, then that would immediately trigger a new build.
This flag also affects the mutual exclusion control between builds and polling. If this methods returns false, polling will continue asynchronously even when a build is in progress, but otherwise the polling activity is blocked if a build is currently using a workspace.
The default implementation returns true.
See issue #1348 for more discussion of this feature. @since 1.196
|
|
|
|