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.
Verifying Your Build
Section titled “Verifying Your Build”Before moving on, verify that your VMs are configured correctly:
- Open the Infrastructure panel from the left dock
- Click on individual VMs to open them in a new window
- 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.
What’s Next
Section titled “What’s Next”Once you’ve verified your build, move on to Phase 3: Templatize to save your build as a reusable template.
Making Changes
Section titled “Making Changes”If something isn’t right, you don’t need to start over:
- Make changes on the canvas (add/remove plugins, adjust params)
- A canvas divergence warning appears in the bottom bar
- Use Redeploy to build from the last checkpoint with your changes
- Verify the updated build
See Errors & Redeployment for details on the redeploy workflow.