[CDash] GitHub Status API support
Zack Galbreath
zack.galbreath at kitware.com
Thu Feb 21 13:03:30 UTC 2019
On Wed, Feb 20, 2019 at 7:30 PM David Cole <DLRdave at aol.com> wrote:
> Surely there's a way to query for the build id given the components
> that go into making up the unique key (build stamp, build type, site,
> .... I can't remember all the components required to get the unique
> key....?)
>
> Is there a way to send that up to CDash and get a build id response
> back? (Because those things should be well-known by the dashboard
> submitter.)
>
Yes there is.
https://github.com/Kitware/CDash/blob/master/public/api/v1/addBuild.php
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).
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cdash/attachments/20190221/306784a4/attachment-0001.htm>
More information about the CDash
mailing list