phabricator_build_command
Send a build target status command to Harbormaster, reporting pass, fail, or work, with optional unit test and lint results.
Instructions
Send a command to a Harbormaster build target. Report build status (pass/fail/work) with optional unit test and lint results.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| buildTargetPHID | Yes | PHID of the build target (PHID-HMBT-...) to send the message to | |
| type | Yes | Message type: "pass" (target passed), "fail" (target failed), "work" (target still working, resets timeout) | |
| unit | No | Unit test results to report | |
| lint | No | Lint results to report |