C:\JenkinsWar>java -DJENKINS_HOME=C:\Jenkins -jar jenkins.war
Running from: C:\JenkinsWar\jenkins.war
webroot: System.getProperty("JENKINS_HOME")
Jun 20, 2013 11:20:44 AM winstone.Logger logInternal
INFO: Beginning extraction from war file
Jenkins home directory: C:\Jenkins found at: System.getProperty("JENKINS_HOME")
Jun 20, 2013 11:20:53 AM winstone.Logger logInternal
INFO: HTTP Listener started: port=8080
Jun 20, 2013 11:20:53 AM winstone.Logger logInternal
INFO: Winstone Servlet Engine v0.9.10 running: controlPort=disabled
Jun 20, 2013 11:20:55 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started initialization
Jun 20, 2013 11:20:56 AM hudson.ClassicPluginStrategy createPluginWrapper
INFO: Plugin translation.jpi is disabled
Jun 20, 2013 11:20:56 AM jenkins.InitReactorRunner$1 onAttained
INFO: Listed all plugins
Jun 20, 2013 11:20:56 AM hudson.plugins.greenballs.PluginImpl start
INFO: Green Balls!
Jun 20, 2013 11:20:56 AM jenkins.InitReactorRunner$1 onAttained
INFO: Prepared all plugins
Jun 20, 2013 11:21:01 AM jenkins.InitReactorRunner$1 onAttained
INFO: Started all plugins
Jun 20, 2013 11:21:15 AM jenkins.InitReactorRunner$1 onAttained
INFO: Augmented all extensions
Jun 20, 2013 11:21:17 AM jenkins.InitReactorRunner$1 onAttained
INFO: Loaded all jobs
Jun 20, 2013 11:21:19 AM org.jenkinsci.main.modules.sshd.SSHD start
INFO: Started SSHD at port 49165
Jun 20, 2013 11:21:19 AM jenkins.InitReactorRunner$1 onAttained
INFO: Completed initialization
Jun 20, 2013 11:21:19 AM hudson.TcpSlaveAgentListener <init>
INFO: JNLP slave agent listener started on TCP port 49166
Jun 20, 2013 11:21:19 AM hudson.WebAppMain$2 run
INFO: Jenkins is fully up and running
Jun 20, 2013 11:21:53 AM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in carbon_trunk_dotnet-packages. Triggering #58
Jun 20, 2013 11:23:51 AM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in carbon_trunk_dotnet-packages. Job is already in th
e queue
Jun 20, 2013 11:25:51 AM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in carbon_trunk_dotnet-packages. Job is already in th
e queue
Jun 20, 2013 11:27:51 AM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in carbon_trunk_dotnet-packages. Job is already in th
e queue
Jun 20, 2013 11:29:51 AM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in carbon_trunk_dotnet-packages. Job is already in th
e queue
Jun 20, 2013 11:31:51 AM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in carbon_trunk_dotnet-packages. Job is already in th
e queue
Jun 20, 2013 11:33:51 AM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in carbon_trunk_dotnet-packages. Job is already in th
e queue
Jun 20, 2013 11:35:51 AM hudson.triggers.SCMTrigger$Runner run
INFO: SCM changes detected in carbon_trunk_dotnet-packages. Job is already in th
e queue
I do have the problem on Jenkins 1.518 running on Windows and one specific job started to behave like this.
SCM pollling (git) finds changes and adds the job to the queue. The queue is configured to wait for 300 seconds before building and the polling is configured at every 2 minutes.
The job ends-up always in the queue, never building but if I manually try to build it it will work.