Q:
What is a benefit of Continuous Delivery (CD)?
Q:
According to the key principles of Continuous Delivery (CD), what should you do if a build breaks?
Q:
What is a best practice for Continuous Delivery (CD)?
Q:
Which scanning capability should you have within your Continuous Delivery (CD) pipeline?
Q:
In Tekton, what does TaskRun do?
Q:
In a Tekton task manifest, what syntax must you use to pass a parameter into a step?
Q:
Which subfield must you include within the spec field of a Tekton EventListener definition?
Q:
Assume you want to use the git-clone task from the Tekton Catalog. You have a Tekton PersistentVolumeClaim named pipelinerun-vc and a PipelineRun defined as follows: apiVersion: tekton.dev/v1beta1kind: PipelineRunmetadata: generateName: pipeline-mn-spec: pipelineRef: name: ab-pipeline workspaces: – name: pipeline-xy persistentVolumeClaim: claimName: pipelinerun-vc params: – name: repo-url value: “$(tt.params.repo)”In the pipeline’s spec section, what name must you give the workspace so that any tasks that need it can use it?
Q:
Where should you define an environment property that you want to add to a Tekton task?
Q:
How can you deploy an application to an environment when using Tekton?
Subscribe
0 Comments
Find Questions in This Page: "CTRL+F"