Where to start CI/CD Pipeline for Apigee ? Any updated Docs or Blogs ?

Looking for the implementation of CI/CD Pipeline, where the repository will be Bitbucket and also have jenkins ready. What will be the Tools needed and any Documentation to start and implement it ?

1 2 339
2 REPLIES 2

There's a reference example available here that comes with a sample API proxy, deployment pipeline, unit and integration tests https://github.com/apigee/devrel/tree/main/references/cicd-pipeline

It uses the Apigee maven plugins in the pipeline to perform the actual deployment of Apigee artifacts - this interacts with the Apigee Management API for you.

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

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

The example also includes a pipeline running on Jenkins, and the repository can be changed to suit your needs.

Hi dknezic,

I want to use the shared repo "https://github.com/apigee/devrel/tree/main/references/cicd-pipeline"

but im not able understand from readme doc how to get started, i have installed apigee x, but now what should i clone the shared repo in gcp and what commands shall i use ? 

Im fairy new to GCP