- 
    Bug 
- 
    Resolution: Fixed
- 
    Critical 
- 
    Jenkins 2.0-rc
 Java 8
 Windows 10 x64, MacOS X
When Jenkins is stopped, the queue file is created except it's empty. No information about the running jobs or jobs pending in the queue exist.
It essentially saves a file like:
<?xml version='1.0' encoding='UTF-8'?>
<hudson.model.Queue_-State>
  <counter>42</counter>
  <items/>
</hudson.model.Queue_-State>
This behavior is a regression from Jenkins 2.0 beta2.
- is duplicated by
- 
                    JENKINS-34256 Preparing Jenkins For Shutdown Hangs Running Pipelines -         
- Resolved
 
-         
- 
                    JENKINS-35213 Canceling a Parallel step make the build hang -         
- Resolved
 
-         
- is related to
- 
                    JENKINS-33926 Jenkins no longer appears to shutdown correctly -         
- Resolved
 
-         
- 
                    JENKINS-30909 queue.xml only gets persisted on successful shutdown -         
- Resolved
 
-         
- relates to
- 
                    JENKINS-32820 Queue is not persisted on Safe Restart when Jenkins is installed as Windows Service (clean up is not performed) -         
- Resolved
 
-         
- links to