How to stop an unstoppable zombie job on Jenkins without restarting the server?

前端 未结 27 1602
南旧
南旧 2020-11-27 09:18

Our Jenkins server has a job that has been running for three days, but is not doing anything. Clicking the little X in the corner does nothing, and the console output log do

27条回答
  •  时光取名叫无心
    2020-11-27 09:41

    I guess it is too late to answer but my help some people.

    1. Install the monitoring plugin. (http://wiki.jenkins-ci.org/display/JENKINS/Monitoring)
    2. Go to jenkinsUrl/monitoring/nodes
    3. Go to the Threads section at the bottom
    4. Click on the details button on the left of the master
    5. Sort by User time (ms)
    6. Then look at the name of the thread, you will have the name and number of the build
    7. Kill it

    I don't have enough reputation to post images sorry.

    Hope it can help

提交回复
热议问题