cdsap/Build Process Watcher
Monitor Java build processes with optional backend integration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Activelast commit Jul 7, 2026
- License
- None
Pinned Snippet
uses: cdsap/build-process-watcher@31589701f2bff52076ad293d8835988e56737929 # v0.6.2tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| remote_monitoring | Enable remote monitoring with cloud dashboard (set BACKEND_URL and FRONTEND_URL env vars for custom URLs) | no | false |
| run_id | Unique run identifier | no | — |
| log_file | Log file name for local monitoring | no | build_process_watcher.log |
| interval | Monitoring interval in seconds | no | 5 |
| debug | Enable debug mode for detailed logging | no | false |
| disable_summary_output | Disable GitHub Actions summary output when remote monitoring is enabled (only applies when remote_monitoring is true) | no | false |
| export_to_bigquery | Optional metrics export: when true and remote_monitoring is true, ask the backend to export this run's samples to BigQuery when the run finishes (requires BIGQUERY_EXPORT_DATASET on the backend service) | no | false |
Outputs
| name | description |
|---|---|
| run_id | The unique run identifier for this monitoring session |
| backend_url | The backend URL used for data ingestion (empty if remote monitoring disabled) |
| remote_monitoring | Whether remote monitoring was enabled |
| frontend_url | The frontend dashboard URL for viewing results (only available when remote monitoring is enabled) |
| export_to_bigquery | Whether optional BigQuery metrics export was requested for this run (backend must be configured with BIGQUERY_EXPORT_DATASET) |