fix readme

This commit is contained in:
Roberto Cirillo 2022-10-13 11:26:18 +02:00
parent 599ab1ebf7
commit e1b08e8cc3
1 changed files with 2 additions and 2 deletions

View File

@ -9,14 +9,14 @@ Jenkins Pipeline script to manage one or more gCube components deployment
* [Pipeline: Basic Steps](https://plugins.jenkins.io/workflow-basic-steps)
* [Email Extension](https://plugins.jenkins.io/email-ext) (to send emails with attachments)
* Jenkins agent(s) configured with Ansible ver. 2.9.27 or newer
* One or more Jenkins agents labeled as 'CD'
* One or more Jenkins agents labeled as 'ansible'
## 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
## Expected environment variables
## References
* [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/)