Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: 9fbd6d3a482643f4080fbb793c67323e8464b11c
https://github.com/jenkinsci/jenkins/commit/9fbd6d3a482643f4080fbb793c67323e8464b11c
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-06-19 (Tue, 19 Jun 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/cli/UpdateJobCommand.java
M core/src/main/java/hudson/model/AbstractItem.java
M core/src/main/java/hudson/model/AbstractProject.java
M core/src/main/java/hudson/model/RunMap.java
A test/src/test/groovy/hudson/model/RunMapTest.groovy
Log Message:
-----------
[FIXED JENKINS-12318]
Preserve in-progress builds when reloading a job.
Because in-flight builds tend to update the state a lot, with this
change we refrain from reloading those builds from the disk.
This should be acceptable since we are primarily reloading a job, and
reloading of builds are secondary.