Skip to main content
Module

x/ci/detectProvider.ts>Info

Get environment variables exposed by CI services
Very Popular
Go to Latest
type alias Info
import { type Info } from "https://deno.land/x/ci@v1.1.1/detectProvider.ts";
definition: { name: string; service: string; commit?: string; tag?: string; build?: string; buildUrl?: string; branch?: string; job?: string; jobUrl?: string; pr?: string; isPr?: boolean; prBranch?: string; slug?: string; root?: string; }