How to write Apigee python scripting code for Continuous Integration(CI)?

Could you please find the Apigee python script for Continuous Integration on Bamboo/Jenkins tool.

0 1 796
1 REPLY 1

You can use Apigee deploy plugin to deploy APIs in Bamboo/Jenkins.

https://github.com/apigee/apigee-deploy-maven-plugin

This maven plugin bundles and makes management API calls to deploy APIs to Edge.

I am not aware of any python based scripts to perform API deployment, but the scripting language used in the deployment tool does not matter as long as you can go about your CI with any available tool.

The maven plugin mentioned above is commonly used by Apigee customers to deploy code. Please also check out config plugin to manage KVM, caches etc.,

https://github.com/apigee/apigee-config-maven-plugin