New Member
Since ‎01-09-2019
‎06-22-2021

My Stats

  • 11 Posts
  • 0 Solutions
  • 0 Likes given
  • 0 Likes received

Mncedisi_Dewa's Bio

Badges nagasakethjalig Earned

View all badges

Recent Activity

I am a Release engineer in my company and planning to implement the CI/CD for api proxies.For regular applications we use "Build once - Deploy many" concept.i.e we just build the application once in dev job and push it to artifactory.from QA-PROD job...
Scenario:XYZ proxy is already in apigee edge cloud with the "Revision 1" in "dev" environment.I am trying to deploy XYZ proxy to same environment as "Revision 2"steps used:run curl command to get the access token and save it in variable.cd to the pro...
Hi All,what are the best practices to maintain proxies in the git.we use bitbucket.we have like 30 proxies and we arranged in the below format.1) In bitbucket we have a project called xyz,inside that we have the below structure.Project repo name fold...
Hi All,We are planning to automate the API-proxies deployments using apigeetool. We are using the below command as part of the Jenkins job to create and update the kvm .apigeetool createkvmmap -u abc-o ${nonprod0rgName} -p xyz -e ${environmentName} -...
Hi All,We are planning to automate the API-proxies deployments using apigeetool. We are using the below command as part of the Jenkins job.apigeetool deployproxy -u abc -o nonprod -e dev -n poc-deploy-automation -p xyz1) In our bitbucket repository, ...