<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Fri, Jan 12, 2018 at 10:08 AM, Niels Dekker <span dir="ltr"><<a href="mailto:niels_dekker_address_until_2018@xs4all.nl" target="_blank">niels_dekker_address_until_2018@xs4all.nl</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">For our project at <a href="https://github.com/SuperElastix/SuperElastix" rel="noreferrer" target="_blank">https://github.com/SuperElasti<wbr>x/SuperElastix</a> Jenkins (on a Linux machine, in-house) is now building and testing continuously (with each git push, on each branch). Still under construction: Jenkins should then submit the results to <a href="https://my.cdash.org/index.php?project=SuperElastix" rel="noreferrer" target="_blank">https://my.cdash.org/index.php<wbr>?project=SuperElastix</a><br>
<br>
Would it be possible to automatically get a link at our GitHub page for each commit that has results at <a href="http://my.cdash.org" rel="noreferrer" target="_blank">my.cdash.org</a>, linking back to those results? At <a href="https://github.com/SuperElastix/SuperElastix/commits/" rel="noreferrer" target="_blank">https://github.com/SuperElasti<wbr>x/SuperElastix/commits/</a> ?<br>
<br>
It seems somewhat similar to what you (Zack!) described at <a href="https://blog.kitware.com/cdash-integration-with-github/" rel="noreferrer" target="_blank">https://blog.kitware.com/cdash<wbr>-integration-with-github/</a> but then for each git push, instead of for each pull request.<br></blockquote><div><br></div><div>This seems like a good idea to me. GitHub's API has support for <a href="https://developer.github.com/v3/repos/comments/#create-a-commit-comment">commenting on an individual commit</a>, so that's probably the right place for CDash to include a link back to itself. One thing we'd have to figure out is how to tell CDash to comment on PRs vs. commits vs. potentially other places. Thoughts on what this interface should look like?</div></div></div></div>