QuestionQ2
Deployment and Release ManagementA DevOps engineer must deploy a branch to the Stage Environment so that UAT testing can start. The engineer initiates a Production Pipeline using a manual trigger.
The Code Scanning results provide this summary:
- Security Rating: A -
- Reliability Rating: A -
- Maintainability Rating: A -
- Code Coverage: 10%
Summary: Partial Pass -
Which two actions should the DevOps engineer take?
Choose two
- A Request the developer to resolve Code Coverage issues.
- B Modify the Pipeline to use On Git Changes trigger.
- C Override this build step and proceed with deployment.
- D Start a new Deployment Pipeline with manual override.
Community Discussion