2.5 Create First Blueprint

Orbnetes deployment and release orchestration documentation for operators and platform teams.

Create blueprint page

Edit blueprint page

Your first blueprint should be intentionally simple and observable.

Recommended first blueprint shape:

  • Job 1: backup (echo/validation command).
  • Job 2: deploy depends on backup.
  • Shared tag that matches your online agent.
  • Optional one launch input (for environment label).

Steps:

  • Open Blueprints -> Create.
  • Add minimal YAML.
  • Use syntax check.
  • Save blueprint.

Best practice for first blueprint:

  • Avoid complex conditions and artifacts initially.
  • Add complexity only after first successful end-to-end run.

Validation:

  • Blueprint appears in list with expected launch mode.
  • Run button is enabled for your intended flow.
  • YAML validates without errors.