codelogicincengineering/CodeLogic Send Build Info

Send git build information from a GitHub workflow to your CodeLogic server.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
codelogic_hostThe host address of the CodeLogic instance without the "/codelogic/ui/" part.yes
agent_uuidThe UUID of the Agent in CodeLogic.yes
agent_passwordThe password for the agent.yes
scan_pathAbsolute path to the Git repository root inside the container. Must start with /github/workspace for typical workflows.no/github/workspace
pipeline_systemThe CI/CD pipeline system name reported to CodeLogic (e.g. GitHub Actions, Jenkins).noGitHub Actions
job_nameThe job or workflow name reported to CodeLogic (e.g. github.workflow).no
build_numberThe build number reported to CodeLogic (e.g. github.run_number).no
build_statusThe build status reported to CodeLogic (e.g. job.status).no
log_fileAbsolute path to a build log file inside the container (e.g. /github/workspace/build.log).no
log_linesNumber of trailing lines to send from the log file (min 5, max 50000). Only used when log_file is set.no
timeoutTimeout for network operations in seconds (min 5, max 300).no
dry_runPrint planned work without executing.nofalse
cleanup_temp_filesDelete temporary files after successful completion or on exit.nofalse
verboseRun with extra logging.nofalse

no outputs