Jenkins Plugin
Overview

The Jenkins Plugin for Cloudify, provided with version 5.0.5 onward, allows Jenkins authors to embed Cloudify functions within jobs and pipelines.
Plugin contents
The plugin provides:
- Discrete build steps for basic Cloudify functions (uploading / deleting blueprints, creating / deleting environments, workflow execution and so forth)
 - A standard Jenkins Build Wrapper, a convenient enclosure for other build steps that sets up a Cloudify environment before the main steps and deletes the environment afterwards
 - Build steps for integration with other provisioning tools:
- Azure ARM
 - AWS CloudFormation
 - Terraform
 - Ansible
 
 
For more information, please refer to the plugin’s page in Jenkins CI’s website.
