|
||||||||
|
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 |
||||||||
- [JIRA] (JENKINS-12318) A current active bui... [email protected] (JIRA)
- [JIRA] (JENKINS-12318) A current activ... [email protected] (JIRA)
- [JIRA] (JENKINS-12318) A current activ... [email protected] (JIRA)
- [JIRA] (JENKINS-12318) A current activ... [email protected] (JIRA)

Code changed in jenkins
User: Kohsuke Kawaguchi
Path:
changelog.html
core/src/main/java/hudson/cli/UpdateJobCommand.java
core/src/main/java/hudson/model/AbstractItem.java
core/src/main/java/hudson/model/AbstractProject.java
core/src/main/java/hudson/model/RunMap.java
test/src/test/groovy/hudson/model/RunMapTest.groovy
http://jenkins-ci.org/commit/jenkins/9fbd6d3a482643f4080fbb793c67323e8464b11c
Log:
[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.