CDash icon indicating copy to clipboard operation
CDash copied to clipboard

Print the build URL for the build you're submitting to

Open tamuseanmiller opened this issue 2 years ago • 1 comments

Feature Request

After a CTest submit is complete, print out the build URL in the command.

Something like:

Submit files
   SubmitURL: http://cdash.com/submit.php?project=test
   Uploaded: /private/var/opt/build/Testing/20230516-1424/Configure.xml
   Uploaded: /private/var/opt/build/Testing/20230516-1424/Build.xml
   Uploaded: /private/var/opt/build/Testing/20230516-1424/Test.xml
   Uploaded: /private/var/opt/build/Testing/20230516-1424/Coverage.xml
   Uploaded: /private/var/opt/build/Testing/20230516-1424/CoverageLog-0.xml
   Uploaded: /private/var/opt/build/Testing/20230516-1424/CoverageLog-1.xml
   Uploaded: /private/var/opt/build/Testing/20230516-1424/CoverageLog-2.xml
   Uploaded: /private/var/opt/build/Testing/20230516-1424/CoverageLog-3.xml
   Uploaded: /private/var/opt/build/Testing/20230516-1424/Done.xml 

See results at: http://cdash.com/build/109

This is probably a CMake/CTest issue as well but I thought I would bring it up here.

tamuseanmiller avatar May 16 '23 15:05 tamuseanmiller

FWIW, if you use a CTest script to drive CTest, you can get the build ID of the submission with the BUILD_ID option of ctest_submit.

marc-legendre avatar Jun 01 '23 13:06 marc-legendre