Publish Your Changes Without CI/CD Pipelines
Follow these steps when your extension's CI/CD Pipeline setting is disabled. With this setting, your changes are deployed immediately to your environment's Oracle Cloud Applications instance.
Note:
Configuration changes made when you click the Edit Page in Visual Builder Studio link in your Oracle Cloud Application are, by default, deployed directly to your target instance. This default takes effect when you create a new workspace in version 25.01.1 or later. Existing extensions continue to use the CI/CD Pipeline setting that was previously set in the extension's Settings editor—until you change it.main
) of the workspace's Git repository, then built and deployed immediately to the Oracle Cloud Applications instance within your Development environment. Because deployment happens immediately, you won't have a chance to create a merge request as part of the publishing process. So if you want to get your changes reviewed, create a merge request before publishing your changes.
When you're ready to publish your extension:
Once you merge a branch into the main
branch, you can no longer use it (or your local copy of it). A new branch is created automatically for you when you publish your changes, which you can use to make additional changes. Or you can create your own branch, if you prefer.
After testing the changes deployed to your Development environment, you might want to deploy it to other Oracle Cloud Applications instances from the Manage Extension Lifecycle page.