Loading...

{{buildConfig.metadata.name}} created

Configuration

Build strategy:
{{buildConfig.spec.strategy.type}}
Builder image:
{{buildConfig.spec.strategy.sourceStrategy.from | imageObjectRef : buildConfig.metadata.namespace}}
Builder image stream:
{{buildConfig.spec.strategy.dockerStrategy.from | imageObjectRef : buildConfig.metadata.namespace}}
Builder image stream:
{{buildConfig.spec.strategy.customStrategy.from | imageObjectRef : buildConfig.metadata.namespace}}
Source repo:
Source ref:
{{buildConfig.spec.source.git.ref}}
Source context dir:
{{buildConfig.spec.source.contextDir}}
Output to:
{{buildConfig.spec.output.to | imageObjectRef : buildConfig.metadata.namespace}}

Triggers

GitHub webhook URL: Learn more
{{buildConfig.metadata.name | webhookURL : trigger.type : trigger.github.secret : project.metadata.name}}
Generic webhook URL: Learn more
{{buildConfig.metadata.name | webhookURL : trigger.type : trigger.generic.secret : project.metadata.name}}
New image for:
Image stream {{buildConfig.spec.strategy.sourceStrategy.from | imageObjectRef : buildConfig.metadata.namespace}}
New image for:
Image stream {{buildConfig.spec.strategy.dockerStrategy.from | imageObjectRef : buildConfig.metadata.namespace}}
New image for:
Image stream {{buildConfig.spec.strategy.customStrategy.from | imageObjectRef : buildConfig.metadata.namespace}}
Config change for:
Build config {{buildConfig.metadata.name}}
Other trigger:
{{trigger.type}}
Manual:
Manual (CLI): Learn more
oc start-build {{buildConfig.metadata.name}} -n {{project.metadata.name}}
Build Status Started
{{emptyMessage}}
#{{build | annotation : 'buildNumber'}} {{build.metadata.name}}
{{build.status.phase}} in {{(build.status.startTimestamp || build.metadata.creationTimestamp) | duration : build.status.completionTimestamp}} after {{build.status.startTimestamp | duration : build.status.completionTimestamp}} after {{(build.status.startTimestamp || build.metadata.creationTimestamp) | duration : build.status.completionTimestamp}} for , waiting for , waiting for in {{build.status.startTimestamp | duration : build.status.completionTimestamp}} waited for {{build.metadata.creationTimestamp | duration : build.status.completionTimestamp}}
- {{(build.status.startTimestamp || build.metadata.creationTimestamp) | date : 'short'}}