Skip to content

Jenkins Tips & Tricks

Johan Bergström edited this page Oct 15, 2015 · 2 revisions

A set of tips/tricks that might be useful when you encounter issues.

--

Handling dead threads

Every now and then you might find dead threads in the executor list. They need to be manually restarted for the build to proceed. This is done by clicking on the dead thread link, then hitting the restart button.

More info here: https://wiki.jenkins-ci.org/display/JENKINS/Dead+Executor

Clone this wiki locally