File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -433,7 +433,7 @@ type SourceBuildStrategy struct {
433
433
// This strategy is experimental.
434
434
type JenkinsPipelineBuildStrategy struct {
435
435
// 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
437
437
// both not specified, this defaults to Jenkinsfile in the root of the specified contextDir.
438
438
JenkinsfilePath string
439
439
Original file line number Diff line number Diff line change @@ -413,7 +413,7 @@ type SourceBuildStrategy struct {
413
413
// This strategy is experimental.
414
414
type JenkinsPipelineBuildStrategy struct {
415
415
// 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
417
417
// both not specified, this defaults to Jenkinsfile in the root of the specified contextDir.
418
418
JenkinsfilePath string `json:"jenkinsfilePath,omitempty"`
419
419
You can’t perform that action at this time.
0 commit comments