Question 1: Using Tekton terminology, a pipeline is a series of…
- Steps
- Tasks
- PipelineRuns
- Blocks
Question 2: In this lab, OpenShift Pipelines was used to create a pipeline, what was the name of the first task of the deployed pipeline?
- build-transaction
- deploy-ui
- code-analysis
- deploy-user
Question 3: In this lab, SonarQube was also deployed to analyze our code base, what is something SonarQube does not analyze?
- Bugs
- Vulnerabilities
- Code Smells
- Deprecations
Question 4: Is it good practice to deploy your pipelines and code in the same namespace?
- True
- False
Question 5: Which is not a Tekton Custom Resource?
- PipelineRun
- PipelineResource
- Pipeline
- PipelineRequirement