Which statement is true regarding Continuous Delivery pipelines?

Which statement is true regarding Continuous Delivery pipelines?
A . Tekton pipelines are specified in XML
B. Tekton pipelines are specified in YAML
C. Tekton pipelines are specified in Json
D. Tekton pipelines are specified graphically

Answer: B

Explanation:

IBM® Cloud Continuous Delivery provides two types of delivery pipelines (Classic & Tekton) that you can use to build, test, and deploy your applications. Classic delivery pipelines are created graphically, with the status embedded in the pipeline diagram. These pipelines can run on shared workers in the cloud or on private workers that run on your own Kubernetes cluster. Tekton delivery pipelines are created within yaml files that define pipelines as a set of Kubernetes resources. You can edit those yaml files to change the behaviour of a pipeline.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments