testbeats
Version:
Publish test results to Microsoft Teams, Google Chat, Slack and InfluxDB
16 lines • 337 B
TypeScript
export type ICIInfo = {
ci: string
git: string
repository_url: string
repository_name: string
repository_ref: string
repository_commit_sha: string
branch_url: string
branch_name: string
pull_request_url: string
pull_request_name: string
build_url: string
build_number: string
build_name: string
user: string
}