-
Improvement
-
Resolution: Won't Do
-
Minor
-
None
-
wf 1.10
jenkins 1.609.2
It appears as though if the Jenkins master crashes whilst it is archiving artifacts then the workflow fails to resume.
archiveArtifacts should be idempotent so it should be able to try again (if the slave / workspace still exists) In this case they should as I was only using dumb slaves.
THe message should also say which step (class) could not be resumed - as I am just guessing it was the last one before the "resuming build" message
... Running: Stash some files to be used later in the build 14:23:10 Stashed 1 file(s) Running: Allocate node : Body : End Running: Allocate node : End Running: Change Directory : Start 14:23:11 Running in /home/jenkins/slave/workspace/automated_release/packaging/target Running: Change Directory : Body : Start Running: Change Directory : Start 14:23:11 Running in /home/jenkins/slave/workspace/automated_release/packaging/target/msi Running: Change Directory : Body : Start Running: Restore files previously stashed Running: Change Directory : Body : End Running: Change Directory : End Running: Change Directory : Body : End Running: Change Directory : End Running: Change Directory : Start 14:23:29 Running in /home/jenkins/slave/workspace/automated_release/packaging/target Running: Change Directory : Body : Start Running: Archive Artifacts Resuming build Running: Change Directory : Body : End Running: Change Directory : End Running: Change Directory : Body : End Running: Change Directory : End Running: General Build Wrapper : Body : End Running: General Build Wrapper : End Running: Allocate node : Body : End Running: Allocate node : End Running: End of Workflow java.lang.Exception: Resume after a restart not supported for non-blocking synchronous steps at org.jenkinsci.plugins.workflow.steps.AbstractSynchronousNonBlockingStepExecution.onResume(AbstractSynchronousNonBlockingStepExecution.java:73) at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:176) at org.jenkinsci.plugins.workflow.flow.FlowExecutionList$ItemListenerImpl$1.onSuccess(FlowExecutionList.java:172) at com.google.common.util.concurrent.Futures$6.run(Futures.java:975) at com.google.common.util.concurrent.MoreExecutors$SameThreadExecutorService.execute(MoreExecutors.java:253) at com.google.common.util.concurrent.ExecutionList$RunnableExecutorPair.execute(ExecutionList.java:149) at com.google.common.util.concurrent.ExecutionList.execute(ExecutionList.java:134) at com.google.common.util.concurrent.AbstractFuture.set(AbstractFuture.java:170) at com.google.common.util.concurrent.SettableFuture.set(SettableFuture.java:53) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:627) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$5.onSuccess(CpsFlowExecution.java:605) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution$4$1.run(CpsFlowExecution.java:546) at org.jenkinsci.plugins.workflow.cps.CpsVmExecutorService$1.run(CpsVmExecutorService.java:32) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at hudson.remoting.SingleLaneExecutorService$1.run(SingleLaneExecutorService.java:112) at jenkins.util.ContextResettingExecutorService$1.run(ContextResettingExecutorService.java:28) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) at java.util.concurrent.FutureTask.run(FutureTask.java:266) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617) at java.lang.Thread.run(Thread.java:745) Finished: FAILURE
- is blocking
-
JENKINS-25879 Output not copied promptly when using synchronous steps
- Resolved
-
JENKINS-43276 CoreWrapperStep should run SimpleBuildWrapper.setUp asynchronously
- Resolved
-
JENKINS-49707 Auto retry for elastic agents after channel closure
- Resolved
-
JENKINS-42355 P4 checkout to survive restarts
- Closed
- relates to
-
JENKINS-39386 Strengthen SynchronousNonBlockingStepExecution.getStatus
- Open
- links to