From 48aa2cabce1afd649360ef110b75e927a7a09d7f Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Wed, 5 Oct 2022 11:12:20 +0200 Subject: [PATCH] Update 'README.md' update readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0588485..f8bacac 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,12 @@ Jenkins Pipeline script to manage one or more gCube components deployment * Jenkins agent(s) configured with Ansible ver. 2.9.27 or newer * One or more Jenkins agents labeled as 'CD' -## Expected parameters +## Expected usage +* ContinuousDeployment(CD): configured as post step build on jenkinsjob +* Scheduled by system: In this case all the pending deployments (CD) will be managed by a temporized trigger +* Manually from Jenkins GUI +## Expected usage ## References * [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/)