<div dir="ltr"><div dir="ltr"><div dir="ltr">On Wed, Feb 20, 2019 at 7:30 PM David Cole <<a href="mailto:DLRdave@aol.com">DLRdave@aol.com</a>> wrote:<br></div><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Surely there's a way to query for the build id given the components<br>
that go into making up the unique key (build stamp, build type, site,<br>
.... I can't remember all the components required to get the unique<br>
key....?)<br>
<br>
Is there a way to send that up to CDash and get a build id response<br>
back? (Because those things should be well-known by the dashboard<br>
submitter.)<br></blockquote><div><br></div><div>Yes there is.</div><div><br></div><div><a href="https://github.com/Kitware/CDash/blob/master/public/api/v1/addBuild.php">https://github.com/Kitware/CDash/blob/master/public/api/v1/addBuild.php</a></div><div><br></div><div>Provided the minimum details to define a build (site, name, stamp, project)  this endpoint either returns an existing buildid (200) or creates a new one for you (201).</div></div></div></div>