summaryrefslogtreecommitdiffstats
path: root/Help/command
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2017-05-05 13:50:52 (GMT)
committerKitware Robot <kwrobot@kitware.com>2017-05-05 13:50:58 (GMT)
commite1ae739e1f4b868dffcb4a08cfacde3680dca3aa (patch)
treeb4303ba008277f4924b6c93253f11155dffc6c2b /Help/command
parentb605bdfd03ccb0c7003a110004afe7981853bc76 (diff)
parent1a7d00bd12f261428edb8fef09461bee8067ceee (diff)
downloadCMake-e1ae739e1f4b868dffcb4a08cfacde3680dca3aa.zip
CMake-e1ae739e1f4b868dffcb4a08cfacde3680dca3aa.tar.gz
CMake-e1ae739e1f4b868dffcb4a08cfacde3680dca3aa.tar.bz2
Merge topic 'ctest_submit_headers'
1a7d00bd ctest_submit: Add HTTPHEADER option Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !793
Diffstat (limited to 'Help/command')
-rw-r--r--Help/command/ctest_submit.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/Help/command/ctest_submit.rst b/Help/command/ctest_submit.rst
index a7d9708..6b49da3 100644
--- a/Help/command/ctest_submit.rst
+++ b/Help/command/ctest_submit.rst
@@ -6,6 +6,7 @@ Perform the :ref:`CTest Submit Step` as a :ref:`Dashboard Client`.
::
ctest_submit([PARTS <part>...] [FILES <file>...]
+ [HTTPHEADER <header>]
[RETRY_COUNT <count>]
[RETRY_DELAY <delay>]
[RETURN_VALUE <result-var>]
@@ -36,6 +37,10 @@ The options are:
Specify an explicit list of specific files to be submitted.
Each individual file must exist at the time of the call.
+``HTTPHEADER <HTTP-header>``
+ Specify HTTP header to be included in the request to CDash during submission.
+ This suboption can be repeated several times.
+
``RETRY_COUNT <count>``
Specify how many times to retry a timed-out submission.
@@ -57,6 +62,7 @@ Submit to CDash Upload API
::
ctest_submit(CDASH_UPLOAD <file> [CDASH_UPLOAD_TYPE <type>]
+ [HTTPHEADER <header>]
[RETRY_COUNT <count>]
[RETRY_DELAY <delay>]
[QUIET])
@@ -67,5 +73,5 @@ 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.
+This signature accepts the ``HTTPHEADER``, ``RETRY_COUNT``, ``RETRY_DELAY``, and
+``QUIET`` options as described above.