Skip to content

Commit 9ec5d2b

Browse files
committed
Add comment whitespace
1 parent fb7993e commit 9ec5d2b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pkg/build/api/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -433,7 +433,7 @@ type SourceBuildStrategy struct {
433433
// This strategy is experimental.
434434
type JenkinsPipelineBuildStrategy struct {
435435
// JenkinsfilePath is the optional path of the Jenkinsfile that will be used to configure the pipeline
436-
// relative to the root of the context (contextDir).If both JenkinsfilePath & Jenkinsfile are
436+
// relative to the root of the context (contextDir). If both JenkinsfilePath & Jenkinsfile are
437437
// both not specified, this defaults to Jenkinsfile in the root of the specified contextDir.
438438
JenkinsfilePath string
439439

pkg/build/api/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ type SourceBuildStrategy struct {
413413
// This strategy is experimental.
414414
type JenkinsPipelineBuildStrategy struct {
415415
// JenkinsfilePath is the optional path of the Jenkinsfile that will be used to configure the pipeline
416-
// relative to the root of the context (contextDir).If both JenkinsfilePath & Jenkinsfile are
416+
// relative to the root of the context (contextDir). If both JenkinsfilePath & Jenkinsfile are
417417
// both not specified, this defaults to Jenkinsfile in the root of the specified contextDir.
418418
JenkinsfilePath string `json:"jenkinsfilePath,omitempty"`
419419

0 commit comments

Comments
 (0)