Re: Graceful job termination / cleanup before abort

2022-11-04 Thread 'Jesse Glick' via Jenkins Developers
While you could probably intercept this somehow on the Jenkins plugin side, Jenkins should be sending SIGTERM (on Unix; not sure about Windows) so it would seem most appropriate to have the native command handle that gracefully. You would need to ask in another forum how best to do that in C#. --

Graceful job termination / cleanup before abort

2022-11-04 Thread Dorin Bogdan
Hi all, This matter is quite important for us, so any help is appreciated. I'm not sure if this is a Jenkins bug or limitation. Apparently the challenge looks like JENKINS-17116 but in essence is pretty different. I'm working on:hpe-application-auto