Deploy a Visual Application to a Development Visual Builder Instance
When you create a project using the Visual Application template, several artifacts are created for you
- A Git repository that contains the visual application's source code.
- A Development environment that points to the Visual Builder development instance.
- Default build jobs that package and deploy the visual application's artifact to the Visual Builder development instance, along with a pipeline to run the build sequence. While these build jobs and pipelines are automatically created for you, whether they are enabled or disabled depends on your visual application's CI/CD Pipeline setting. The default pipeline is created for the
main
branch, and is enabled by default. - Optionally, a private workspace to edit the visual application in the VB Studio Designer.
You'll need to do some configuration for the build steps before you can use them to deploy the application's build artifact to the Development environment. See Configure the Packaging Job and Configure the Deployment Job for more information.