Documentation ¶
Index ¶
Constants ¶
View Source
const ( // LabelBuildName the label used on a pod for the build name LabelBuildName = "build.knative.dev/buildName" LabelOldBuildName = "build-name" )
Variables ¶
This section is empty.
Functions ¶
func GetBuildPods ¶ added in v1.3.247
GetBuildPods returns all the build pods in the given namespace
Types ¶
type JenkinsConverter ¶ added in v1.3.148
type JenkinsConverter struct { Indentation string KubernetesPluginMode bool ProjectConfig *config.ProjectConfig // contains filtered or unexported fields }
func NewJenkinsConverter ¶ added in v1.3.148
func NewJenkinsConverter(projectConfig *config.ProjectConfig) *JenkinsConverter
NewJenkinsConverter creates a new JenkinsConverter instance
func (*JenkinsConverter) String ¶ added in v1.3.148
func (j *JenkinsConverter) String() string
func (*JenkinsConverter) ToJenkinsfile ¶ added in v1.3.148
func (j *JenkinsConverter) ToJenkinsfile() (string, error)
Click to show internal directories.
Click to hide internal directories.