Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

CICD for Apex Applications

Stebin FigurezNov 2 2023

Greetings Everyone,

I'm currently in the process of implementing CI/CD for my Apex development leveraging Oracle Visual Builder Studio. I've successfully automated the deployment of the application and the transfer of the source code to my Git repository. However, I've encountered an issue where deploying a new change results in the entire application being replaced, rather than just incorporating the modified page or component.

I'm wondering if this behavior can be addressed using Apex Liquibase commands. Any insights or suggestions would be greatly appreciated.

Thank you for your assistance!

For those interested, I followed the steps outlined in this blog post to set up CI/CD using VBS: [Link to Blog Post](https://blogs.oracle.com/shay/post/version-management-and-cicd-automation-for-oracle-apex)

Comments
Post Details
Added on Nov 2 2023
3 comments
840 views