mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 03:39:43 -06:00
Merge topic 'more_header_docs'
46c5830394 Help: provide example for HTTPHEADER option to ctest_submit
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3072
This commit is contained in:
@@ -46,7 +46,15 @@ The options are:
|
||||
|
||||
``HTTPHEADER <HTTP-header>``
|
||||
Specify HTTP header to be included in the request to CDash during submission.
|
||||
This suboption can be repeated several times.
|
||||
For example, CDash can be configured to only accept submissions from
|
||||
authenticated clients. In this case, you should provide a bearer token in your
|
||||
header:
|
||||
|
||||
::
|
||||
|
||||
ctest_submit(HTTPHEADER "Authorization: Bearer <auth-token>")
|
||||
|
||||
This suboption can be repeated several times for multiple headers.
|
||||
|
||||
``RETRY_COUNT <count>``
|
||||
Specify how many times to retry a timed-out submission.
|
||||
|
||||
Reference in New Issue
Block a user