Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Azure ¶
type Azure struct { *Common CICommit string `env:"BUILD_SOURCEVERSION"` CIBuildName string `env:"BUILD_REPOSITORY_NAME"` CIBranchName string `env:"BUILD_SOURCEBRANCHNAME"` }
func (Azure) BranchReplaceSlash ¶
func (Azure) Configured ¶
type Buildkite ¶
type Buildkite struct { *Common CICommit string `env:"BUILDKITE_COMMIT"` CIBuildName string `env:"BUILDKITE_PIPELINE_SLUG"` CIBranchName string `env:"BUILDKITE_BRANCH"` }
func (*Buildkite) BranchReplaceSlash ¶
func (*Buildkite) Configured ¶
type Common ¶
func (*Common) SetImageName ¶ added in v0.2.5
type Github ¶
type Github struct { *Common CICommit string `env:"GITHUB_SHA"` CIBuildName string `env:"RUNNER_WORKSPACE"` CIBranchName string `env:"GITHUB_REF"` }
func (*Github) BranchReplaceSlash ¶
func (*Github) Configured ¶
type Gitlab ¶
type Gitlab struct { *Common CICommit string `env:"CI_COMMIT_SHA"` CIBuildName string `env:"CI_PROJECT_NAME"` CIBranchName string `env:"CI_COMMIT_REF_NAME"` }
func (*Gitlab) BranchReplaceSlash ¶
func (*Gitlab) Configured ¶
type TeamCity ¶
type TeamCity struct { *Common CICommit string `env:"BUILD_VCS_NUMBER"` CIBuildName string `env:"TEAMCITY_PROJECT_NAME"` CIBranchName string `env:"BUILD_VCS_BRANCH"` }
func (TeamCity) BranchReplaceSlash ¶
func (TeamCity) Configured ¶
Source Files ¶
Click to show internal directories.
Click to hide internal directories.