Enabling Report Dashboard
Cycle comes bundled with the Report Dashboard starting in version 2.19. It is enabled by default. You do not need to change any settings to enable it.
If you wish to explicitly enable the Report Dashboard, please set the following environment variable:
CYCLE_LOCAL_RESULT_SERVICE_ENABLED = true
If you wish to disable the Report Dashboard, set this variable to false
:
CYCLE_LOCAL_RESULT_SERVICE_ENABLED = false