|
||||||||
|
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/groups/opt_out.

That is the problem. I created a new job and I can see data when I call the API:
PS C:\Windows\system32> D:\Download\JenkinsApi.ps1
DEBUG: http://localhost:8080/job/TestApi/api/xml
<freeStyleProject><description></description><displayName>TestApi</displayName><name>TestApi</name><url>http://171.206.60.154:8080/job/TestApi/</url><buildable>true</buildable><color>notbuilt</color><inQueue>false</inQueue><keepDependencies>false</keepDepende
ncies><nextBuildNumber>1</nextBuildNumber><property></property><concurrentBuild>false</concurrentBuild><scm></scm></freeStyleProject>
What do I have to do to see the other jobs?