I have a plugin in Jenkins that operates a remote server via rest.
How can I send one last request to the server on build abort? Thus, 
gracefully finishing the work of the plugin?

The only reference to the 'Abort sequence' that I found is 
this<https://wiki.jenkins-ci.org/display/JENKINS/Aborting+a+build>. 
Which makes me think that the procedure is very rough, and that I can't 
catch the signal before it terminates the child (my plugin).

Any insights would be great.

Doron.

Reply via email to