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! Go to 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.