Skip to content

Build Completion

When all plugins execute successfully, the build enters the Complete state. The status badge turns green, the progress bar reaches 100%, and the timer stops.

Before moving on, verify that your VMs are configured correctly:

  1. Open the Infrastructure panel from the left dock
  2. Click on individual VMs to open them in a new window
  3. Log in and manually check that services are running, users exist, vulnerabilities are in place, etc.

This hands-on verification catches issues that automated builds can’t detect — a plugin might “succeed” (exit code 0) but not produce the result you expected.

Once you’ve verified your build, move on to Phase 3: Templatize to save your build as a reusable template.

If something isn’t right, you don’t need to start over:

  1. Make changes on the canvas (add/remove plugins, adjust params)
  2. A canvas divergence warning appears in the bottom bar
  3. Use Redeploy to build from the last checkpoint with your changes
  4. Verify the updated build

See Errors & Redeployment for details on the redeploy workflow.