#172 auto-retry failed jobs after Jenkins restart
Opened by msrb. Modified

Jenkins kills running (and sometimes even queued) jobs after restart. We should come up with a script that would auto-retry such killed jobs.


Metadata Update from @msrb:
- Issue tagged with: feature, jenkins

BTW we have sort of solution for this in BasoOS Ci, we are periodically saving the queue an can resume it via curl afterwards.

Yeah, for queued jobs, that's an option.

Metadata