Help: provide example for HTTPHEADER option to ctest_submit
1 unresolved thread
1 unresolved thread
Merge request reports
Activity
changed milestone to %3.15.0
added area:doc label
assigned to @kyle.edwards
added workflow:nightly-testing label
added 1 commit
- 46c58303 - Help: provide example for HTTPHEADER option to ctest_submit
@zackgalbreath I pushed a commit which moves things around a bit. Please fetch and reset your checkout. No further action is required on your part.
Do: stage
removed workflow:nightly-testing label
mentioned in commit e58e38f2
46 46 47 47 ``HTTPHEADER <HTTP-header>`` 48 48 Specify HTTP header to be included in the request to CDash during submission. 49 This suboption can be repeated several times. 49 For example, CDash can be configured to only accept submissions from 50 authenticated clients. In this case, you should provide a bearer token in your 51 header: 52 53 :: 54 55 ctest_submit(HTTPHEADER "Authorization: Bearer <auth-token>")
Please register or sign in to reply