Apigee deployment through Jenkins

I uploaded sample project from github (https://github.com/ericdahl/apigee-example.git) cloud into our bit bucket and trying to build and deploy API using Jenkins to an organization in Apigee.com.

The build is successful but deployment is not successful from Jenkins. The same code we able to build and deploy from developers local eclipse.

We suspect on proxy issue and provided proxy details into settings.xml, but still we are facing the issue.

We are using the goal “ apigee-enterprise:deploy install -Pdev -Dapigee.options=clean -Dusername=username -Dpassword=password -Dorg=ashey-preprod” After initializing maven deployment next step should be”Iimport App” but not works from Jenkins which works from eclipse, Can you please check the issue and let us know if you have any fix on this issue.

Solved Solved
0 5 4,398
1 ACCEPTED SOLUTION

Please find step by step guide to enable Apigee Edge bundle deployment on Jenkins for Continuous Integration and Deployment by @Diego Zuluaga in github here.

View solution in original post

5 REPLIES 5

Hi

You wrote "deployment is not successful from Jenkins."

What's the error? Have you looked in the console log output from Jenkins? What does it say?

Please find step by step guide to enable Apigee Edge bundle deployment on Jenkins for Continuous Integration and Deployment by @Diego Zuluaga in github here.

Thanks - https://github.com/dzuluagaapigee/apigee-ci-jenkins-git-maven-jmeter links works for me - it resolve my issue

Hi,

I was able to follow the link above, and deploy my project to apigee using maven plugin.

Is there a way include KVM and Target Servers in CI/CD.

Thanks,

Joemar

Maven plugin to create, manage Apigee config like Cache, KVM, Target Server, Resource Files, API Products, Developers, Developer Apps, Flow hooks, Extensions and Mask Config.

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