From 881f0f7a80f26d714459e2bc518ff7fca2249372 Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Sat, 1 Jun 2024 12:43:57 +0200 Subject: [PATCH] update readme Signed-off-by: Markus Blaschke --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index d798ecd..08754e9 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ Application Options: --whitelist.project= Filter projects (UUIDs) [$AZURE_DEVOPS_FILTER_PROJECT] --blacklist.project= Filter projects (UUIDs) [$AZURE_DEVOPS_BLACKLIST_PROJECT] --list.query= Pairs of query and project UUIDs in the form: '@' [$AZURE_DEVOPS_QUERIES] + --tags.schema= Tags to be extracted from builds in the format 'tagName:type' with following types: number, + info, bool [$AZURE_DEVOPS_TAG_SCHEMA] + --tags.build.definition= Build definition ids to query tags (IDs) [$AZURE_DEVOPS_TAG_BUILD_DEFINITION] --cache.path= Cache path (to folder, file://path... or azblob://storageaccount.blob.core.windows.net/containername or k8scm://{namespace}/{configmap}}) [$CACHE_PATH]