Martin Ba commented on Bug JENKINS-10468

I re-checked the issue with my updated Jenkins 1.480.3.

Still the same. The build queue is showing:

<why>Waiting for next available executor on </why>

without any node info.
This time, this is a local Jenkins test-instance and not even the actual build server I used originally.


List of installed plugins:

  • External Monitor Job Type Plugin
  • LDAP Plugin
  • pam-auth
  • ant
  • Token Macro Plugin
  • javadoc
  • build-name-setter
  • Maven Integration plugin
  • Dashboard View
  • Build Pipeline Plugin
  • Jenkins user build vars plugin
  • Run Condition Plugin
  • conditional-buildstep
  • Jenkins CVS Plug-in
  • Downstream build view
  • Environment Injector Plugin
  • Extended Choice Parameter Plug-In
  • Hudson Groovy builder
  • Jenkins Subversion Plug-in
  • Jenkins Parameterized Trigger plugin
  • Jenkins Multijob plugin
  • Jython Plugin
  • Locale plugin
  • Priority Sorter
  • Role-based Authorization Strategy
  • Jenkins SSH Slaves plugin
  • Jenkins Throttle Concurrent Builds Plug-in
  • Jenkins Translation Assistance plugin

Full queue XML:

<queue>
	<item>
		<action>
			<parameter>
				<name>P1</name>
				<value/>
			</parameter>
		</action>
		<action>
			<cause>
				<shortDescription>Started by user xxxxx</shortDescription>
				<userId>xxxxx</userId>
				<userName>xxxxx</userName>
			</cause>
		</action>
		<blocked>false</blocked>
		<buildable>true</buildable>
		<id>6</id>
		<inQueueSince>1368438462785</inQueueSince>
		<params>
			(StringParameterValue) P1=''
		</params>
		<stuck>false</stuck>
		<task>
			<name>Single3</name>
			<url>http://localhost:8080/job/Single3/</url>
			<color>blue</color>
		</task>
		<why>Waiting for next available executor on </why>
		<buildableStartMilliseconds>1368438462894</buildableStartMilliseconds>
	</item>
</queue>
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

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to