CDash
CDash copied to clipboard
Print the build URL for the build you're submitting to
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.
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.