Configure a Build Job to Manage Deployed Visual Apps

If your visual application is deployed to a Visual Builder instance in a different identity domain or the instance was added to an environment through credentials, you'll need to add and configure steps in a build job to perform lifecycle operations. VB Studio provides these options as Visual Application steps in a build job and include:

  • Importing and exporting business object data to and from deployed visual applications
  • Locking and unlocking a live version
  • Rolling back updates to a live version
  • Auditing and testing visual apps before deploying them
  • Undeploying visual apps when they're no longer needed
To configure these options in a build job:
  1. In the VB Studio left navigator, click Builds Builds.
  2. Depending on the option, decide if you want to configure an existing job or create a new one. For example, you might want to audit and test your visual app either as part of the package job, or more likely as a separate job that you'll run before the package job or as part of a merge request.
    • To add an option to an existing job, click Configure Job Configure icon for the job.
    • To add an option as part of a new job, click + Create Job. Give the job a new name and a description, select the build executor template, then click Create.

    See Create and Manage Jobs for details.

  3. On the Job Configuration page, click Steps.
  4. Click Add Step, select Visual Application, then choose the option you want to add.
    Description of vbs-build-jobs.png follows
    Description of the illustration vbs-build-jobs.png

    While each option has its own set of parameters, they are all Grunt-based commands that automate the task of continuous integration and delivery for you. See the following for more information about each option: