From 4a89d6b448a3fdf05fbe6edcc4a4a1763e952aa5 Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Thu, 7 Nov 2024 10:01:16 +0100 Subject: [PATCH] Update README.md fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2103698..373d4f0 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Jenkins Pipeline script to manage one or more gCube components deployment The variables below must be specified as environment variables on the agent where the deployments will be executed: * IS_SCHEDULED (True | False): if true all the deployment requests will be performed periodically as specified by cron * ENVIRONMENT: ( DEV | PREPROD | PROD) Indicates the target environment where will be deployed all the artifacts -* DEPLOY_CATEGORY: (Related to release build) one or more Component group on yaml file where search the components to deploy +* DEPLOY_CATEGORY: (Related to release build) one or more Component group (separated by commas) on yaml file where search the components to deploy * CD: (Continuous Deployment: True | False) if True the remote deploy will be performed ## References