Jürgen Ockert created JENKINS-13095:
---------------------------------------

             Summary: Jobs started with a delay blocks other job executions
                 Key: JENKINS-13095
                 URL: https://issues.jenkins-ci.org/browse/JENKINS-13095
             Project: Jenkins
          Issue Type: Bug
          Components: core
         Environment: Windows 7 64-Bit
            Reporter: Jürgen Ockert


Fresh installation, started jenkins from command line (java 
-DJENKINS_HOME=C:\temp -jar jenkins.war), no other jobs defined or plugins 
installed.

Created 2 Freestyle jobs (A+B).
Start Job A with delay 1000 sec: 
http://localhost:8080/job/A/build?delay=1000sec.
Start Job B with no delay.

Expected:
Job B should start immediately.

Got:
Job B waits until start of Job A.

This bug first occured in version 1.452, version 1.451 is ok.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to