Issue Type: Bug Bug
Assignee: Nicolas De Loof
Components: build-flow
Created: 12/Sep/12 9:37 AM
Description:

FlowRun "builds" maintain a graph of hudson.model.Run, that are persisted in build history. This creates persistence issues, and unnecessary resource consumption as those objects already are persisted by the related jobs build history.

Plugin should use a transient reference to Run objects, only store the build ID, and lazy-resolve the Run object on load

Project: Jenkins
Priority: Major Major
Reporter: Nicolas De Loof
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to