Accessing the Build Definitation details from Jazz
I went through https://jazz.net/wiki/bin/view/Main/RTCAutomationOSLCPrototype to get the automation details .
When I tried using the APIs as documented in the documentation, I got 404 error.
When I used "https://localhost:9443/ccm/oslc/contexts/{{projectAreaId}}/automation/plans", I get all the automation plans.
When I try accessing individual build properties using "https://localhost:9443/ccm/oslc/automation/plans/{{buildId}}", I get
|
<?xml-stylesheet
href="chrome://global/locale/intl.css" type="text/css"
?>
|
XML Parsing Error: prefix not bound to a namespace Location: https://localhost:9443/ccm/oslc/automation/plans/_rBKfgp0iEeeJoMsOoUa4IA Line Number 2, Column 1:
<sourcetext><null:RDF ^</sourcetext>
I am not sure if I am missing something out.