Issue Type: Bug Bug
Assignee: Unassigned
Components: core
Created: 04/Feb/15 9:29 AM
Description:

Exported API reports all jobs twice. It only seem to affect jobs scoped to jenkins.

$JENKINS_URL/api/xml:

<hudson>
  <assignedLabel/>
  <mode>NORMAL</mode>
  <nodeDescription>the master Jenkins node</nodeDescription>
  <nodeName/>
  <numExecutors>2</numExecutors>
  <job>
    <name>bash</name>
    <url>http://localhost:8080/job/bash/</url>
    <color>blue</color>
  </job>
  <job>
    <name>bash</name>
    <url>http://localhost:8080/job/bash/</url>
    <color>blue</color>
  </job>
  <overallLoad/>
  <primaryView>
    <name>All</name>
    <url>http://localhost:8080/</url>
  </primaryView>
  <quietingDown>false</quietingDown>
  <slaveAgentPort>0</slaveAgentPort>
  <unlabeledLoad/>
  <useCrumbs>false</useCrumbs>
  <useSecurity>false</useSecurity>
  <view>
  <name>All</name>
  <url>http://localhost:8080/</url>
  </view>
</hudson>

It works correctly when jenkins is build with java 7 and run on either 7 or 8. Though it is present when build with java 8 (and run on either 7 or 8). This is reproduced by hudson.model.ApiTest.wrappedMultipleItems. Tested on OpenJDK 1.7.0_75 and OpenJDK 1.8.0_31.

Project: Jenkins
Priority: Minor Minor
Reporter: Oliver Gondža
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to