Skip to content

RunGitlabCommentResult

Defined in: src/ci/gitlab.ts:214

exitCode: number;

Defined in: src/ci/gitlab.ts:216

Process exit code the caller should use: 0 success (including “nothing to do” and “no token”), 1 a real failure.


logs: object[];

Defined in: src/ci/gitlab.ts:217

level: "error" | "warning" | "info";
message: string;