codelogicincengineering/CodeLogic Send Build Info
Send git build information from a GitHub workflow to your CodeLogic server.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| codelogic_host | The host address of the CodeLogic instance without the "/codelogic/ui/" part. | yes | — |
| agent_uuid | The UUID of the Agent in CodeLogic. | yes | — |
| agent_password | The password for the agent. | yes | — |
| scan_path | Absolute path to the Git repository root inside the container. Must start with /github/workspace for typical workflows. | no | /github/workspace |
| pipeline_system | The CI/CD pipeline system name reported to CodeLogic (e.g. GitHub Actions, Jenkins). | no | GitHub Actions |
| job_name | The job or workflow name reported to CodeLogic (e.g. github.workflow). | no | — |
| build_number | The build number reported to CodeLogic (e.g. github.run_number). | no | — |
| build_status | The build status reported to CodeLogic (e.g. job.status). | no | — |
| log_file | Absolute path to a build log file inside the container (e.g. /github/workspace/build.log). | no | — |
| log_lines | Number of trailing lines to send from the log file (min 5, max 50000). Only used when log_file is set. | no | — |
| timeout | Timeout for network operations in seconds (min 5, max 300). | no | — |
| dry_run | Print planned work without executing. | no | false |
| cleanup_temp_files | Delete temporary files after successful completion or on exit. | no | false |
| verbose | Run with extra logging. | no | false |
Outputs
no outputs