如何优雅地删除Jenkins卡住的执行器:
- Jenkins管道通过kubernetes插件在kubernetes pod中运行
1.由于生成历史循环配置(自动),生成已被删除 - Kuberentes pod已删除(手动)
但是,该项目仍显示在生成执行器状态中,如下所示
通过WorkflowRun.finish
获得java.lang.NullPointerException
即使构建也不存在了,但Executor.isBusy()
和Executor.isActive()
都是true
。hudson.model.Executor
详细信息:
SubTask.isContinued()
也显示了true
。SubTask
(org.jenkinsci.plugins.workflow.support.steps.ExecutorStepExecution.PlaceholderTask
)详细信息:
1条答案
按热度按时间epggiuax1#
algith,它可以简单地“强制删除”通过杀死执行器通过:
在https:///脚本中执行<jenkins.domain.com>