Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 03/Jun/13 8:53 PM
Description:

After a job's workspace was deleted, probably by the workspace cleanup thread due to a period of inactivity, polling from Git (without Fast Remote Polling enabled) failed:

No workspace is available, so can't check for updates.
Done. Took 84 ms
No changes

In AbstractProject._poll, if requiresWorkspaceForPolling and there is no workspace and there is a self label, then building is skipped:

if the build is fixed on a node, then attempting a build will do us no good. We should just wait for the slave to come back.

which makes sense if the workspace is unavailable because the slave is offline, but not if the slave is online and the workspace has simply been deleted.

Environment: 1.480.3
Project: Jenkins
Labels: workspace polling
Priority: Minor Minor
Reporter: Jesse Glick
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