Details
-
Type:
Bug
-
Status: Resolved (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: workflow-cps-plugin
-
Labels:
-
Similar Issues:
Description
Trunk build of Jenkins, latest plugins:
java.lang.NullPointerException at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.saveOwner(CpsFlowExecution.java:1754) at org.jenkinsci.plugins.workflow.cps.CpsFlowExecution.setResumeBlocked(CpsFlowExecution.java:348) at org.jenkinsci.plugins.workflow.job.WorkflowRun.onLoad(WorkflowRun.java:633) at ...
after restarting when there was a build of a project which I marked not for resumption.
Attachments
Issue Links
- blocks
-
JENKINS-33761 Ability to disable Pipeline durability and "resume" build.
-
- Closed
-
- is duplicated by
-
JENKINS-49751 NPE in workflow-cps on saveOwner
-
- Resolved
-
- links to
Activity
Field | Original Value | New Value |
---|---|---|
Link |
This issue blocks |
Labels | regression |
Status | Open [ 1 ] | In Progress [ 3 ] |
Remote Link | This issue links to "PR 210 (Web Link)" [ 20231 ] |
Link |
This issue is duplicated by |
Status | In Progress [ 3 ] | In Review [ 10005 ] |
Resolution | Fixed [ 1 ] | |
Status | In Review [ 10005 ] | Resolved [ 5 ] |
The code seems wrong. WorkflowRun.onLoad sets the owner after calling setResumeBlocked. So of course it will throw an exception.