Documentation ¶
Index ¶
Constants ¶
View Source
const ( Task = pipelinesascode.GroupName + "/task" Pipeline = pipelinesascode.GroupName + "/pipeline" URLOrg = pipelinesascode.GroupName + "/url-org" URLRepository = pipelinesascode.GroupName + "/url-repository" SHA = pipelinesascode.GroupName + "/sha" Sender = pipelinesascode.GroupName + "/sender" EventType = pipelinesascode.GroupName + "/event-type" Branch = pipelinesascode.GroupName + "/branch" Repository = pipelinesascode.GroupName + "/repository" GitProvider = pipelinesascode.GroupName + "/git-provider" State = pipelinesascode.GroupName + "/state" ShaTitle = pipelinesascode.GroupName + "/sha-title" ShaURL = pipelinesascode.GroupName + "/sha-url" RepoURL = pipelinesascode.GroupName + "/repo-url" PullRequest = pipelinesascode.GroupName + "/pull-request" InstallationID = pipelinesascode.GroupName + "/installation-id" GHEURL = pipelinesascode.GroupName + "/ghe-url" SourceProjectID = pipelinesascode.GroupName + "/source-project-id" TargetProjectID = pipelinesascode.GroupName + "/target-project-id" OriginalPRName = pipelinesascode.GroupName + "/original-prname" GitAuthSecret = pipelinesascode.GroupName + "/git-auth-secret" CheckRunID = pipelinesascode.GroupName + "/check-run-id" OnEvent = pipelinesascode.GroupName + "/on-event" OnTargetBranch = pipelinesascode.GroupName + "/on-target-branch" OnCelExpression = pipelinesascode.GroupName + "/on-cel-expression" TargetNamespace = pipelinesascode.GroupName + "/target-namespace" MaxKeepRuns = pipelinesascode.GroupName + "/max-keep-runs" LogURL = pipelinesascode.GroupName + "/log-url" ExecutionOrder = pipelinesascode.GroupName + "/execution-order" // default is "https://api.github.com" but it can be overridden by X-GitHub-Enterprise-Host header PublicGithubAPIURL = "https://api.github.com" // installationURL give us the Installation ID InstallationURL = "/app/installations" GithubApplicationID = "github-application-id" GithubPrivateKey = "github-private-key" )
Variables ¶
View Source
var ParamsRe = regexp.MustCompile(`{{([^}]{2,})}}`)
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.