Skip to content

Commit

Permalink
Noting JENKINS-45585.
Browse files Browse the repository at this point in the history
  • Loading branch information
jglick committed Jul 17, 2017
1 parent ba8a509 commit bbec762
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -180,7 +180,7 @@ public String url() {
* Non-null soon after the build starts or is reloaded from disk.
* Recomputed in {@link #onLoad} based on {@link FlowExecution#isComplete}.
* TODO may be better to make this a persistent field.
* That would allow the execution of a completed build to be loaded on demand, reducing overhead for some operations.
* That would allow the execution of a completed build to be loaded on demand (JENKINS-45585), reducing overhead for some operations.
* It would also remove the need to null out {@link #execution} merely to force {@link #isInProgress} to be false
* in the case of broken or hard-killed builds which lack a single head node.
*/
Expand Down

0 comments on commit bbec762

Please sign in to comment.