AgentErrorCondition apparently does not handle
hudson.AbortException: missing workspace ... on ...
at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.getWorkspace(DurableTaskStep.java:396)
at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:574)
at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:557)
at ...
and so retry is not triggered. This can happen when disconnecting and reconnecting an agent, probably dependent on timing.
Originally reported by
jglick, imported from: AgentErrorCondition should handle "missing workspace" error
- status: Open
- priority: Minor
- component(s): workflow-durable-task-step-plugin
- resolution: Unresolved
- votes: 0
- watchers: 1
- imported: 20251212-090250
Raw content of original issue
AgentErrorCondition apparently does not handle
hudson.AbortException: missing workspace ... on ...
at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.getWorkspace(DurableTaskStep.java:396)
at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.check(DurableTaskStep.java:574)
at org.jenkinsci.plugins.workflow.steps.durable_task.DurableTaskStep$Execution.run(DurableTaskStep.java:557)
at ...
and so retry is not triggered. This can happen when disconnecting and reconnecting an agent, probably dependent on timing.
AgentErrorCondition apparently does not handle
and so retry is not triggered. This can happen when disconnecting and reconnecting an agent, probably dependent on timing.
Originally reported by
jglick, imported from: AgentErrorCondition should handle "missing workspace" error
Raw content of original issue