summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorZack Galbreath <zack.galbreath@kitware.com>2017-01-16 13:41:35 (GMT)
committerBrad King <brad.king@kitware.com>2017-01-20 16:37:27 (GMT)
commit05ed82b1d2175410e8cf4d7f8b4b7ba0514d2589 (patch)
tree8aa5affc9392151344a0f99b2ee963f8cb8db6c4 /Help/command
parent0ce7643a84eabfc1c1083d2f3ecccfae6d04836a (diff)
downloadCMake-05ed82b1d2175410e8cf4d7f8b4b7ba0514d2589.zip
CMake-05ed82b1d2175410e8cf4d7f8b4b7ba0514d2589.tar.gz
CMake-05ed82b1d2175410e8cf4d7f8b4b7ba0514d2589.tar.bz2
ctest_submit: Update documentation for CDash upload retries
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/ctest_submit.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst
index 6830b59..a7d9708 100644
--- a/Help/command/ctest_submit.rst
+++ b/Help/command/ctest_submit.rst
@@ -56,10 +56,16 @@ Submit to CDash Upload API
::
- ctest_submit(CDASH_UPLOAD <file> [CDASH_UPLOAD_TYPE <type>])
+ ctest_submit(CDASH_UPLOAD <file> [CDASH_UPLOAD_TYPE <type>]
+ [RETRY_COUNT <count>]
+ [RETRY_DELAY <delay>]
+ [QUIET])
This second signature is used to upload files to CDash via the CDash
file upload API. The api first sends a request to upload to CDash along
with a content hash of the file. If CDash does not already have the file,
then it is uploaded. Along with the file, a CDash type string is specified
to tell CDash which handler to use to process the data.
+
+This signature accepts the ``RETRY_COUNT``, ``RETRY_DELAY``, and ``QUIET``
+options as described above.