File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,12 @@ Application Options:
43
43
--whitelist.project= Filter projects (UUIDs) [$AZURE_DEVOPS_FILTER_PROJECT]
44
44
--blacklist.project= Filter projects (UUIDs) [$AZURE_DEVOPS_BLACKLIST_PROJECT]
45
45
--timeline.state= Filter timeline states (completed, inProgress, pending) (default: completed) [$AZURE_DEVOPS_FILTER_TIMELINE_STATE]
46
- --builds.all.project= Fetch all builds (even if they are not finished ) [$AZURE_DEVOPS_FETCH_ALL_BUILDS_FILTER_PROJECT]
46
+ --builds.all.project= Fetch all builds from projects (UUIDs or names ) [$AZURE_DEVOPS_FETCH_ALL_BUILDS_FILTER_PROJECT]
47
47
--list.query= Pairs of query and project UUIDs in the form: '<queryId>@<projectId>' [$AZURE_DEVOPS_QUERIES]
48
48
--tags.schema= Tags to be extracted from builds in the format 'tagName:type' with following types: number, info, bool [$AZURE_DEVOPS_TAG_SCHEMA]
49
49
--tags.build.definition= Build definition ids to query tags (IDs) [$AZURE_DEVOPS_TAG_BUILD_DEFINITION]
50
- --cache.path= Cache path (to folder, file://path... or azblob://storageaccount.blob.core.windows.net/containername or k8scm://{namespace}/{configmap}}) [$CACHE_PATH]
50
+ --cache.path= Cache path (to folder, file://path... or azblob://storageaccount.blob.core.windows.net/containername or
51
+ k8scm://{namespace}/{configmap}}) [$CACHE_PATH]
51
52
--request.concurrency= Number of concurrent requests against dev.azure.com (default: 10) [$REQUEST_CONCURRENCY]
52
53
--request.retries= Number of retried requests against dev.azure.com (default: 3) [$REQUEST_RETRIES]
53
54
--servicediscovery.refresh= Refresh duration for servicediscovery (time.duration) (default: 30m) [$SERVICEDISCOVERY_REFRESH]
You can’t perform that action at this time.
0 commit comments