views:

33

answers:

1

The URL http://localhost:8080/api/xml is not showing the jobs I already confitgured. The Job node is missing. I've jobs configured.

The output of the url http://localhost:8080/api/xml is below.

 <hudson>
  <assignedLabel /> 
  <mode>NORMAL</mode> 
  <nodeDescription>the master Hudson node</nodeDescription> 
  <nodeName /> 
  <numExecutors>2</numExecutors> 
  <overallLoad /> 
  <primaryView>
  <name>All</name> 
  <url>http://localhost:8080/&lt;/url&gt; 
  </primaryView>
  <slaveAgentPort>0</slaveAgentPort> 
  <useCrumbs>false</useCrumbs> 
  <useSecurity>true</useSecurity> 
  <view>
  <name>All</name> 
  <url>http://localhost:8080/&lt;/url&gt; 
  </view>
  </hudson>
A: 

Ok. I figured it out , anonymous user does't have read access to jobs !!

srinannapa