File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,8 +59,8 @@ Default value is `3600` (1h).
59
59
If you specify projects that don't appear in the result from the API, a warning will be logged.
60
60
Defaults to an empty list if the value is not set or can't be parsed.
61
61
* ` GCB_JOBS_VIEW ` (optional): Enables/disables whether to fetch the data for the currently running pipeline jobs.
62
- Possible values are ` enabled ` and ` disabled ` .
63
- Default value is ` disabled ` .
62
+ Possible values are ` enabled ` and ` disabled ` .
63
+ Default value is ` enabled ` .
64
64
* ` GCB_RUNNER_CACHE_TTL_SECS ` (optional): You can configure caching for the list of online runners to reduce the load on the Gitlab API.
65
65
The provided value must be positive and sets the TTL of cached values in seconds.
66
66
Default value is ` 300 ` (5m).
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ defaults =
194
194
& field @ " includeSharedProjects" .~ Just Include
195
195
& field @ " logLevel" .~ Just InfoS
196
196
& field @ " projectExcludeList" .~ Just []
197
- & field @ " jobsView" .~ Just Disabled
197
+ & field @ " jobsView" .~ Just Enabled
198
198
199
199
parseConfigFromEnv :: [(String , String )] -> Validation (NonEmpty Text ) Config
200
200
parseConfigFromEnv env = parseConfig envVarNames errorMessages defaults parse (first EnvVariableName <$> env)
You can’t perform that action at this time.
0 commit comments