176k views
3 votes
When a ___ gets promoted, any ___ associated with that particular ___ will be converted into ___ for the selected ___ and will be executed following the order defined in the ___ record.

A) Promotion / Manual Task / Pipeline / Snapshot / Steps
B) Deployment / Validation Rule / Code Quality Checker / Environment / Pipeline
C) User Story / Steps / Validation Rule / Deployment / Pipeline
D) Pipeline / Snapshot / Steps / Manual Task / Promotion

1 Answer

6 votes

Final answer:

The question pertains to the process within a software deployment pipeline where a snapshot becomes a manual task after the pipeline is promoted.

Step-by-step explanation:

The correct fill-in-the-blank statement related to software deployment processes is:

When a Pipeline gets promoted, any Snapshot associated with that particular Pipeline will be converted into Manual Task for the selected Promotion and will be executed following the order defined in the Pipeline record.

This process is part of Continuous Integration / Continuous Deployment (CI/CD) practices in software development. Manual tasks in a pipeline usually refer to steps that require human intervention or review before the automated process can continue.

For example, deploying to production might include a manual approval step to guarantee thorough testing and review before moving forward. This ensures a controlled and validated progression of the software deployment pipeline, aligning with best practices for efficient and reliable software delivery.

User Viztastic
by
8.6k points

No related questions found