Restart Jenkins while it is paused at input, then click the Proceed link.
java.lang.NullPointerException
at org.jenkinsci.plugins.workflow.support.actions.PauseAction.getPauseActions(PauseAction.java:144)
at org.jenkinsci.plugins.workflow.support.actions.PauseAction.getCurrentPause(PauseAction.java:102)
at org.jenkinsci.plugins.workflow.support.actions.PauseAction.endCurrentPause(PauseAction.java:112)
at org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution.postSettlement(InputStepExecution.java:201)
at org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution.proceed(InputStepExecution.java:152)
at org.jenkinsci.plugins.workflow.support.steps.input.InputStepExecution.doProceedEmpty(InputStepExecution.java:164)
Somehow the FlowNode node is not getting reinjected.
Observed in WorkflowPluginTest.linearFlow, for example.