You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api/swagger-spec/oapi-v1.json
+4-4
Original file line number
Diff line number
Diff line change
@@ -21325,7 +21325,7 @@
21325
21325
},
21326
21326
"jenkinsPipelineStrategy": {
21327
21327
"$ref": "v1.JenkinsPipelineBuildStrategy",
21328
-
"description": "JenkinsPipelineStrategy holds the parameters to the Jenkins Pipeline build strategy. This strategy is experimental."
21328
+
"description": "JenkinsPipelineStrategy holds the parameters to the Jenkins Pipeline build strategy. This strategy is in tech preview."
21329
21329
}
21330
21330
}
21331
21331
},
@@ -21513,14 +21513,14 @@
21513
21513
},
21514
21514
"runtimeImage": {
21515
21515
"$ref": "v1.ObjectReference",
21516
-
"description": "runtimeImage is an optional image that is used to run an application without unneeded dependencies installed. The building of the application is still done in the builder image but, post build, you can copy the needed artifacts in the runtime image for use."
21516
+
"description": "runtimeImage is an optional image that is used to run an application without unneeded dependencies installed. The building of the application is still done in the builder image but, post build, you can copy the needed artifacts in the runtime image for use. This field and the feature it enables are in tech preview."
21517
21517
},
21518
21518
"runtimeArtifacts": {
21519
21519
"type": "array",
21520
21520
"items": {
21521
21521
"$ref": "v1.ImageSourcePath"
21522
21522
},
21523
-
"description": "runtimeArtifacts specifies a list of source/destination pairs that will be copied from the builder to the runtime image. sourcePath can be a file or directory. destinationDir must be a directory. destinationDir can also be empty or equal to \".\", in this case it just refers to the root of WORKDIR."
21523
+
"description": "runtimeArtifacts specifies a list of source/destination pairs that will be copied from the builder to the runtime image. sourcePath can be a file or directory. destinationDir must be a directory. destinationDir can also be empty or equal to \".\", in this case it just refers to the root of WORKDIR. This field and the feature it enables are in tech preview."
21524
21524
}
21525
21525
}
21526
21526
},
@@ -21587,7 +21587,7 @@
21587
21587
},
21588
21588
"v1.JenkinsPipelineBuildStrategy": {
21589
21589
"id": "v1.JenkinsPipelineBuildStrategy",
21590
-
"description": "JenkinsPipelineBuildStrategy holds parameters specific to a Jenkins Pipeline build. This strategy is experimental.",
21590
+
"description": "JenkinsPipelineBuildStrategy holds parameters specific to a Jenkins Pipeline build. This strategy is in tech preview.",
"": "JenkinsPipelineBuildStrategy holds parameters specific to a Jenkins Pipeline build. This strategy is experimental.",
386
+
"": "JenkinsPipelineBuildStrategy holds parameters specific to a Jenkins Pipeline build. This strategy is in tech preview.",
387
387
"jenkinsfilePath": "JenkinsfilePath is the optional path of the Jenkinsfile that will be used to configure the pipeline relative to the root of the context (contextDir). If both JenkinsfilePath & Jenkinsfile are both not specified, this defaults to Jenkinsfile in the root of the specified contextDir.",
388
388
"jenkinsfile": "Jenkinsfile defines the optional raw contents of a Jenkinsfile which defines a Jenkins pipeline build.",
389
389
}
@@ -420,8 +420,8 @@ var map_SourceBuildStrategy = map[string]string{
420
420
"scripts": "scripts is the location of Source scripts",
421
421
"incremental": "incremental flag forces the Source build to do incremental builds if true.",
422
422
"forcePull": "forcePull describes if the builder should pull the images from registry prior to building.",
423
-
"runtimeImage": "runtimeImage is an optional image that is used to run an application without unneeded dependencies installed. The building of the application is still done in the builder image but, post build, you can copy the needed artifacts in the runtime image for use.",
424
-
"runtimeArtifacts": "runtimeArtifacts specifies a list of source/destination pairs that will be copied from the builder to the runtime image. sourcePath can be a file or directory. destinationDir must be a directory. destinationDir can also be empty or equal to \".\", in this case it just refers to the root of WORKDIR.",
423
+
"runtimeImage": "runtimeImage is an optional image that is used to run an application without unneeded dependencies installed. The building of the application is still done in the builder image but, post build, you can copy the needed artifacts in the runtime image for use. This field and the feature it enables are in tech preview.",
424
+
"runtimeArtifacts": "runtimeArtifacts specifies a list of source/destination pairs that will be copied from the builder to the runtime image. sourcePath can be a file or directory. destinationDir must be a directory. destinationDir can also be empty or equal to \".\", in this case it just refers to the root of WORKDIR. This field and the feature it enables are in tech preview.",
0 commit comments