Source: factory.deploy/ObjBuild.py
Build pipeline orchestrator.
Chains config → compile → image → push → deploy
through extension mixins. Each step can be run
independently or as a full pipeline.
...
| Method | Signature | Description |
|---|---|---|
| pipeline | pipeline(package: str = '', skip_compile: bool = False, skip_push: bool = False, skip_deploy: bool = False, notify: str = '', platform: str = '') -> Dict[str, Any] |
Run the full build pipeline. |
Run the full build pipeline.
Compile factory modules to .so.
Build the Docker image.
Push image to registry.
Deploy using the configured substrate runner.
Generate deployment files for the configured substrate.
Build all per-service Docker targets.
Show Helm release status.
Prune old tags from the registry.
Compare two builds side-by-side.