-
Improvement
-
Resolution: Unresolved
-
Major
- program.dat should be deleted after the build completes.
CpsFlowExecution.owner should be transient..script and .loadedScripts could probably be nulled out at the end of the build.(no, would break Replay)- SCMCheckout.changelogFile should be relative.
- .pollingBaseline should use null rather than SCMRevisionState.None.
- As perhaps should MultiSCMRevisionState.revisionStates.values(). If possible, MultiSCMRevisionState should not be stored at all.
- EnvActionImpl should be deleted at the end of the build if empty.
- is blocking
-
JENKINS-29571 Unreadable data after renaming a Workflow job
-
- Resolved
-
- is related to
-
JENKINS-26761 WorkflowJob.getSCMs throws NullPointerException from notifyCommit hooks after Jenkins Restart
-
- Resolved
-
-
JENKINS-27531 Stack overflow in WorkflowRun.reload after run ID migration
-
- Resolved
-
[JENKINS-27704] Clean up build record storage
Link |
New:
This issue is related to |
Link |
New:
This issue is blocking |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Link |
New:
This issue is related to |
Workflow | Original: JNJira [ 162017 ] | New: JNJira + In-Review [ 185586 ] |
Component/s | New: pipeline-general [ 21692 ] |
Component/s | Original: workflow-plugin [ 18820 ] |
Component/s | New: workflow-cps-plugin [ 21713 ] | |
Component/s | New: workflow-scm-step-plugin [ 21717 ] | |
Component/s | Original: pipeline [ 21692 ] |
Description |
Original:
# {{program.dat}} should be deleted after the build completes. # {{CpsFlowExecution.owner}} should be {{transient}}. # {{.script}} and {{.loadedScripts}} could probably be nulled out at the end of the build. # {{SCMCheckout.changelogFile}} should be relative. # {{.pollingBaseline}} should use {{null}} rather than {{SCMRevisionState.None}}. # As perhaps should {{MultiSCMRevisionState.revisionStates.values()}}. If possible, {{MultiSCMRevisionState}} should not be stored at all. # {{EnvActionImpl}} should be deleted at the end of the build if empty. |
New:
# {{program.dat}} should be deleted after the build completes. # -{{CpsFlowExecution.owner}} should be {{transient}}.- # -{{.script}} and {{.loadedScripts}} could probably be nulled out at the end of the build.- _(no, would break *Replay*)_ # {{SCMCheckout.changelogFile}} should be relative. # {{.pollingBaseline}} should use {{null}} rather than {{SCMRevisionState.None}}. # As perhaps should {{MultiSCMRevisionState.revisionStates.values()}}. If possible, {{MultiSCMRevisionState}} should not be stored at all. # {{EnvActionImpl}} should be deleted at the end of the build if empty. |
Issue Type | Original: Bug [ 1 ] | New: Improvement [ 4 ] |