Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Non Sequential Revisions

We have a non prod and prod installation of apigee on-prem. We are using a CI pipeline to promote proxies from dev to test to prod.

The issue we have run into is with revision numbering between our non prod and prod installations.

Here is the scenario:

In non prod - dev we created and deployed revisions 1-5. Now through the pipeline we deploy revision 5 to test. That works fine because revisions 1-5 exist in the Nonprod installation. Next we want to deploy to prod. We want to keep it as revision 5 for traceability but the proxy does not exist in prod and revisions 1-4 do not exist in prod so the deploy fails with a 404. We are using the Apigee Maven Plugin.

Is there anyway around this error?

Solved Solved
1 9 463
1 ACCEPTED SOLUTION

Actually I found out that you can create a revision and then delete it and by that means we could get to revision 5 in Prod with no revisions 1-4

View solution in original post

9 REPLIES 9