Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 31/Mar/13 3:14 PM
Description:

The master Jenkins calls onOnline during initialization, but never calls onOffline even during a polite shutdown. So this method cannot be used to clean up anything on master; you would need to use a shutdown hook, perhaps.

A SlaveComputer calls onOffline after the virtual channel has already been disconnected, so this method cannot run a command on the slave, to (say) clean up temporary files or stop processes that onOnline created or started.

Project: Jenkins
Labels: api
Priority: Major Major
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to