# Pipeline-gCubeDeployer Jenkins Pipeline script to manage one or more gCube components deployment ## 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) * Jenkins agent(s) configured with Ansible ver. 2.9.27 or newer * 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 environment variables ## References * [Jenkins Pipeline](https://jenkins.io/doc/book/pipeline/) * [Pipeline Syntax](https://jenkins.io/doc/book/pipeline/syntax/) ## Wiki doc ## Flow Chart [[images/FlowChartgCubeDeployer.png]] ## License This project is licensed under the [EUPL V.1.1 License](LICENSE.md).