We are using webhooks to trigger a Jenkins jobs when merge request created in Gitlab project. If any interruption occurs when a Jenkins job is running, should abort the job.
Consider the following cases too to abort the Jenkins job.
Slave disconnected from Jenkins master machine
Jenkins server restarted
Is there any plugin available to abort the job on interruption?