Expand my Community achievements bar.

how to see which version of code is deployed to AEM cloud?

Avatar

Level 9

either via UI or via a servlet call or similar, is there a handy way to see which version of the code is currently running on a given env?  either by the git commit number, or a version number held somewhere with an auto increment on build?

2 Replies

Avatar

Community Advisor

Hi @TB3dock 

 

If you have package manager access, you can check which version of code is deployed into the instance.

[HOST]:[PORT]/crx/packmgr/index.jsp

Avatar

Community Advisor

@TB3dock Are you not using Cloud Manager to do deployments. If yes, if you have enough role, you can edit and see which branch that pipeline is mapped to, or you can check in CM build details, by downloading the logs to see the version or you can just checkout a read-only version of Adobe Git repo to see the status of the code( i said read only as changing anything directly may cause conflict issues with your existing code sync process if you are maintaining Corporate repo --> Adobe git repo sync)..