gCubeDeployer/README.md

26 lines
852 B
Markdown
Raw Normal View History

2022-05-12 09:46:15 +02:00
# Pipeline-gCubeDeployer
2022-04-14 15:28:19 +02:00
2022-05-11 15:20:46 +02:00
Jenkins Pipeline script to manage one or more gCube components deployment
2022-04-14 15:28:19 +02:00
2022-05-11 15:20:46 +02:00
## Requirements
* [Jenkins](https://jenkins.io/) ver. 2.164.2 or newer
* [Pipeline plugin](https://wiki.jenkins.io/display/JENKINS/Pipeline+Plugin)
* [Pipeline: Maven](https://plugins.jenkins.io/pipeline-maven)
* [Pipeline: Basic Steps](https://plugins.jenkins.io/workflow-basic-steps)
* [Email Extension](https://plugins.jenkins.io/email-ext) (to send emails with attachments)
2022-06-10 11:05:21 +02:00
* Jenkins agent(s) configured with Ansible ver. 2.9.27 or newer
2022-05-11 15:20:46 +02:00
* One or more Jenkins agents labeled as 'CD'
2022-04-14 15:28:19 +02:00
2022-05-11 15:20:46 +02:00
## Expected parameters
## References
* [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/)
* [Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/)
## Wiki doc
## License
This project is licensed under the [EUPL V.1.1 License](LICENSE.md).