Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-71113

AgentErrorCondition should handle "missing workspace" error

XMLWordPrintable

      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.

            Unassigned Unassigned
            jglick Jesse Glick
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: