Deployment in APIGEE | Private Cloud

Not applicable

Has someone set up a Jenkins job to deploy API bundles on APIGEE Private installation? I need guidance how to set it up. I have seen some blogs for deployment on APIGEE Public installation which is different from private installation.

0 1 122
1 REPLY 1

To get started you need to have below pre-requites installed in your jenkins

- JDK

- Maven Plugin

Apigee build and apigee config build plugin uses maven, so once above plugins are configured you can add simple build step in your pipeline as shown below

apigee maven build

jenkinsbuild.jpg

Thanks