RunGitlabCommentResult
Defined in: src/ci/gitlab.ts:214
Properties
Section titled “Properties”exitCode
Section titled “exitCode”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
Section titled “message”message: string;